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

    Interface SelectEvent

    Event that fires when the selection changes.

    interface SelectEvent {
        data: any;
        handles: string[];
        type: "select";
    }
    Index

    Properties

    Properties

    data: any

    Selection set (viewer dependent).

    handles: string[]

    Handles of selected entities.

    type: "select"

    Event type.