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