如视 Five SDK
    Preparing search index...

    Interface WorksEvent

    interface WorksEvent {
        defaultPrevented: boolean;
        input: any;
        state: Partial<State>;
        timeStamp: number;
        type: string;
        userAction: boolean;
        works: Works;
        preventDefault(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultPrevented: boolean
    input: any
    state: Partial<State>
    timeStamp: number
    type: string
    userAction: boolean
    works: Works

    Methods