Ir al contenido

PanelExpanderButton

PanelExpanderButton(panelName, options?): Panel

Defined in: panel/Buttons.ts:77

GoJS-compatible: a small square button (“−” when shown, “+” when hidden) that toggles the .visible of a named GraphObject elsewhere in the same Part’s visual tree (found via Part.findObject(panelName)) — e.g. to show/hide a “details” panel within a node template.

string

ExpanderButtonOptions = {}

Panel