Interface IEventMatchCondition

interface IEventMatchCondition {
    key: string;
    kind: EventMatch;
    pattern?: string;
    value?: string;
}

Hierarchy (view full)

Properties

Properties

key: string
pattern?: string
value?: string