@nextcloud/files

    Interface FocusEventInit

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

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