interface IFilterComponent {
    contains_url?: boolean;
    io.element.relation_senders?: string[];
    io.element.relation_types?: string[];
    limit?: number;
    not_rooms?: string[];
    not_senders?: string[];
    not_types?: string[];
    related_by_rel_types?: string[];
    related_by_senders?: string[];
    rooms?: string[];
    senders?: string[];
    types?: string[];
}

Hierarchy (view full)

Properties

contains_url?: boolean
io.element.relation_senders?: string[]
io.element.relation_types?: string[]
limit?: number
not_rooms?: string[]
not_senders?: string[]
not_types?: string[]
related_by_rel_types?: string[]
related_by_senders?: string[]
rooms?: string[]
senders?: string[]
types?: string[]