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
| Parameter | Type |
|---|---|
group | BoundaryGroup |
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
| Parameter | Type |
|---|---|
group | BoundaryGroup |
Returns
void