Skip to main content
Version: Next

SidebarPinStateProvider()

Home > @backstage/core-components > SidebarPinStateProvider

Provides state for how the Sidebar is rendered

Signature:

function SidebarPinStateProvider(props: {
children: ReactNode;
value: SidebarPinStateContextType;
}): import("react/jsx-runtime").JSX.Element;

Parameters

Parameter

Type

Description

props

{ children: ReactNode; value: SidebarPinStateContextType; }

**Returns:**

import("react/jsx-runtime").JSX.Element