matrix-js-sdk

    Interface MSC3575Filter

    Controls which rooms are returned in a given list.

    interface MSC3575Filter {
        is_dm?: boolean;
        is_encrypted?: boolean;
        is_invite?: boolean;
        not_room_types?: string[];
        not_tags?: string[];
        room_name_like?: string;
        room_types?: string[];
        spaces?: string[];
        tags?: string[];
    }
    Index

    Properties

    is_dm?: boolean
    is_encrypted?: boolean
    is_invite?: boolean
    not_room_types?: string[]
    not_tags?: string[]
    room_name_like?: string
    room_types?: string[]
    spaces?: string[]
    tags?: string[]
    MMNEPVFCICPMFPCPTTAAATR