Variable ContentRightSideConst
ContentRightSide: { getAllPanels(): RightSidePanel[]; hide(): void; registerPanel(panel: RightSidePanel,
override?: boolean): void; removePanel(name: string): void; show(name?: string): void; switchPanel(name: string): void; toggle(visible?: boolean): void; } = ... Type declaration
getAllPanels:function
- getAllPanels(): RightSidePanel[]
Panels
hide:function
- hide(): void
Returns void
registerPanel:function
- registerPanel(panel, override?): void
Returns void
removePanel:function
- removePanel(name): void
Returns void
show:function
- show(name?): void
Returns void
switchPanel:function
- switchPanel(name): void
Returns void
toggle:function
- toggle(visible?): void
Returns void
Get all registered panels.