Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Interface. Select All Action

sprotty-protocol / SelectAllAction

Interface: 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.

Properties

kind

kind: "allSelected"

Defined in: actions.ts:379


select

select: boolean

Defined in: actions.ts:380