简体中文
外观
Home > SYS_PanelControl
系统 / 面板控制类
export declare class SYS_PanelControl
方法名
修饰符
描述
closeBottomPanel()
关闭底部面板
closeLeftPanel()
关闭左侧面板
closeRightPanel()
关闭右侧面板
isBottomPanelLocked()
查询底部面板是否已锁定
isLeftPanelLocked()
查询左侧面板是否已锁定
isRightPanelLocked()
查询右侧面板是否已锁定
openBottomPanel(tab)
打开底部面板
openLeftPanel(tab)
打开左侧面板
openRightPanel(tab)
打开右侧面板
toggleBottomPanelLockState(state)
切换底部面板锁定状态
toggleLeftPanelLockState(state)
切换左侧面板锁定状态
toggleRightPanelLockState(state)
切换右侧面板锁定状态