@nextcloud/files

    Interface IFileListFilterEvents

    interface IFileListFilterEvents {
        "update:chips": FilterUpdateChipsEvent;
        "update:filter": FilterUpdateEvent;
        [name: string]: CustomEvent<any>;
    }

    Indexable

    • [name: string]: CustomEvent<any>
    Index

    Properties

    "update:chips": FilterUpdateChipsEvent
    "update:filter": FilterUpdateEvent
    MMNEPVFCICPMFPCPTTAAATR