matrix-js-sdk

    Interface IAnnotatedPushRule

    interface IAnnotatedPushRule {
        actions: PushRuleAction[];
        conditions?: PushRuleCondition[];
        default: boolean;
        enabled: boolean;
        kind: PushRuleKind;
        pattern?: string;
        rule_id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions: PushRuleAction[]
    conditions?: PushRuleCondition[]
    default: boolean
    enabled: boolean
    pattern?: string
    rule_id: string
    MMNEPVFCICPMFPCPTTAAATR