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

    Interface Select2Event

    Event that fires after viewer selection changes. Uses model prefix to avoid handle collisions in assemblies (multi-model scenes).

    interface Select2Event {
        data?: any;
        handles: string[];
        type: "select2";
    }
    Index

    Properties

    Properties

    data?: any

    Selection set (viewer dependent).

    handles: string[]

    Handles of selected objects with model prefix in format "model:handle".

    type: "select2"

    Event type.