SidebarPinState
Home > @backstage/core-components
> SidebarPinState
The pin state of the sidebar.
Signature:
export type SidebarPinState = {
isPinned: boolean;
toggleSidebarPinState: () => any;
isMobile?: boolean;
};
Home > @backstage/core-components
> SidebarPinState
The pin state of the sidebar.
Signature:
export type SidebarPinState = {
isPinned: boolean;
toggleSidebarPinState: () => any;
isMobile?: boolean;
};