Interface IEventMatchCondition

interface IEventMatchCondition {
    key: string;
    kind: EventMatch;
    pattern?: string;
    value?: string;
    [k: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [k: string]: any

Properties

Properties

key: string
pattern?: string
value?: string