Web Viewer - v0.24.0-alpha.1+dev
    Preparing search index...

    Type Alias SelectionChangeEvent

    SelectionChangeEvent: ViewerEventBase & {
        items: SelectionChangeItem[];
        type: "selection_change";
    }

    Fired when the selection changes.

    This event is fired each time any part of the event payload changes, this includes for example clicking on different parts of the same entity in a 2D or 3D view.