@inweb/viewer-visualize
    Preparing search index...

    Interface ViewpointEvent

    Event that fires after viewer loads a viewpoint.

    interface ViewpointEvent {
        data: IViewpoint;
        type: "createviewpoint" | "drawviewpoint";
    }
    Index

    Properties

    Properties

    Viewpoint.

    type: "createviewpoint" | "drawviewpoint"

    Event type.