matrix-js-sdk

    Interface IActionsObject

    interface IActionsObject {
        notify: boolean;
        tweaks: Partial<Record<TweakName, any>>;
    }
    Index

    Properties

    Properties

    notify: boolean

    Whether this event should notify the user or not.

    tweaks: Partial<Record<TweakName, any>>

    How this event should be notified.

    MMNEPVFCICPMFPCPTTAAATR