JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface UIEventInit

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

    Hierarchy (View Summary)

    Index
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    detail?: number
    view?: Window
    which?: number