如视 Five SDK
    Preparing search index...

    Interface StateEvent

    interface StateEvent {
        defaultPrevented: boolean;
        state: State;
        timeStamp: number;
        type: string;
        userAction: boolean;
        preventDefault(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultPrevented: boolean
    state: State
    timeStamp: number
    type: string
    userAction: boolean

    Methods