[go: up one dir, main page]

matrix-js-sdk
    Preparing search index...

    Interface IEventMatchCondition

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

    Hierarchy (View Summary)

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    key: string
    pattern?: string
    value?: string