Event arguments for selection-related events.

Contains the entity IDs that were involved in the selection change.

interface AcEdSelectionEventArgs {
    ids: string[];
}

Properties

Properties

ids: string[]

Array of entity IDs that were added or removed from selection