Interface: GeovisWorkspaceLeftSidebarState
Defined in: context/GeovisWorkspaceContext.ts:71
Extends
Properties
initialState?
optionalinitialState?:"open"|"closed"
Defined in: context/GeovisWorkspaceContext.ts:68
Whether the sidebar starts open or closed. Defaults to 'closed'.
Inherited from
GeovisWorkspaceSidebarState.initialState
menus?
optionalmenus?:GeovisWorkspaceMenu[]
Defined in: context/GeovisWorkspaceContext.ts:77
Menu groups rendered by the controls slot's default panel — a
convenience alias for controls.menus so the left sidebar can be
configured in one place. When both are set, controls.menus wins.