WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
PanelManager
Interface PanelManager
面板管理器接口 - 用于工厂函数返回
interface
PanelManager
{
show
()
:
void
;
hide
()
:
void
;
toggle
()
:
void
;
destroy
()
:
void
;
isVisible
:
boolean
;
}
Index
Properties
is
Visible
Methods
show
hide
toggle
destroy
Properties
Readonly
is
Visible
isVisible
:
boolean
Methods
show
show
()
:
void
Returns
void
hide
hide
()
:
void
Returns
void
toggle
toggle
()
:
void
Returns
void
destroy
destroy
()
:
void
Returns
void
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
is
Visible
Methods
show
hide
toggle
destroy
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
面板管理器接口 - 用于工厂函数返回