@nextcloud/files

    Interface UIEventInit

    interface UIEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        detail?: number;
        view?: null | Window;
        which?: number;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    detail?: number
    view?: null | Window
    which?: number
    MMNEPVFCICPMFPCPTTAAATR