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

    Interface PageTransitionEventInit

    interface PageTransitionEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        persisted?: boolean;
    }

    Hierarchy (View Summary)

    Index
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    persisted?: boolean