如视 Five SDK
    Preparing search index...

    Interface ModelEvent

    interface ModelEvent {
        defaultPrevented: boolean;
        error: Error;
        model: Model;
        timeStamp: number;
        type: string;
        work: Work;
        preventDefault(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultPrevented: boolean
    error: Error
    model: Model
    timeStamp: number
    type: string
    work: Work

    Methods