SidebarContextType
Home > @backstage/core-components > SidebarContextType
Warning: This API is now obsolete.
Use
SidebarOpenStateinstead.
Types for the SidebarContext
Signature:
export type SidebarContextType = {
isOpen: boolean;
setOpen: (open: boolean) => void;
};