Interface IEventPropertyIsCondition

interface IEventPropertyIsCondition {
    key: string;
    kind: EventPropertyIs;
    value: null | string | number | boolean;
    [k: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [k: string]: any

Properties

Properties

key: string
value: null | string | number | boolean