Interface. Select All Action
sprotty-protocol / SelectAllAction
Defined in: actions.ts:378
Programmatic action for selecting or deselecting all elements.
If select
is true, all elements are selected, otherwise they are deselected.
kind:
"allSelected"
Defined in: actions.ts:379
select:
boolean
Defined in: actions.ts:380