Skip to main content

Interface: GeovisWorkspaceLeftSidebarState

Defined in: context/GeovisWorkspaceContext.ts:71

Extends

Properties

initialState?

optional initialState?: "open" | "closed"

Defined in: context/GeovisWorkspaceContext.ts:68

Whether the sidebar starts open or closed. Defaults to 'closed'.

Inherited from

GeovisWorkspaceSidebarState.initialState


optional menus?: 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.