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

Interface. Collapse Expand Action

sprotty-protocol / CollapseExpandAction

Interface: CollapseExpandAction

Defined in: actions.ts:433

Sent from the client to the model source to recalculate a diagram when elements are collapsed/expanded by the client.

Properties

collapseIds

collapseIds: string[]

Defined in: actions.ts:436


expandIds

expandIds: string[]

Defined in: actions.ts:435


kind

kind: "collapseExpand"

Defined in: actions.ts:434