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