Event that fires when the selection changes.

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

Properties

Properties

data: any

Selection set (viewer dependent).

handles: string[]

Handles of selected entities.

type: "select"

Event type.