deselectObjects

deselectObjects

Remove objects from the selection, or clear the entire selection.

Signature

deselectObjects(
  objectNamesOrIds?: string | string[]
): Promise<void>

Parameters

Parameter
Type
Required
Description

objectNamesOrIds

string | string[]

No

Objects to deselect. If omitted, clears the entire selection.

Returns

Promise<void>

Examples

Last updated