Skip to main content

Interface: BoundaryToggleResult

Defined in: react/useBoundaryToggle.ts:11

Properties

isVisible

isVisible: (group) => boolean

Defined in: react/useBoundaryToggle.ts:17

Returns true when the group is visible.

Parameters

ParameterType
groupBoundaryGroup

Returns

boolean


spec

spec: VisualizationSpec

Defined in: react/useBoundaryToggle.ts:13

Spec with all groups appended and visibility synchronized.


toggle

toggle: (group) => void

Defined in: react/useBoundaryToggle.ts:15

Toggles the visibility of the specified group.

Parameters

ParameterType
groupBoundaryGroup

Returns

void