SidebarPinStateContextType
Home > @backstage/core-components
> SidebarPinStateContextType
Warning: This API is now obsolete.
Use
SidebarPinState
instead.
Type of SidebarPinStateContext
Signature:
export type SidebarPinStateContextType = {
isPinned: boolean;
toggleSidebarPinState: () => any;
isMobile?: boolean;
};