mce
Preparing search index...
Mce
UIConfig
Interface UIConfig
interface
UIConfig
{
creator
:
CreatorConfig
;
madeWith
:
MadeWithConfig
;
panels
:
Record
<
string
,
PanelState
>
;
ruler
:
RulerConfig
;
scrollbar
:
ScrollbarConfig
;
shortcuts
:
ShortcutsConfig
;
statusbar
:
StatusbarConfig
;
timeline
:
TimelineConfig
;
toolbelt
:
ToolbeltConfig
;
}
Index
Properties
creator
made
With
panels
ruler
scrollbar
shortcuts
statusbar
timeline
toolbelt
Properties
creator
creator
:
CreatorConfig
made
With
madeWith
:
MadeWithConfig
panels
panels
:
Record
<
string
,
PanelState
>
各面板的持久化运行时状态(显隐 / 浮动位置尺寸),按面板 name 索引。
ruler
ruler
:
RulerConfig
scrollbar
scrollbar
:
ScrollbarConfig
shortcuts
shortcuts
:
ShortcutsConfig
statusbar
statusbar
:
StatusbarConfig
timeline
timeline
:
TimelineConfig
toolbelt
toolbelt
:
ToolbeltConfig
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creator
made
With
panels
ruler
scrollbar
shortcuts
statusbar
timeline
toolbelt
mce
Loading...
各面板的持久化运行时状态(显隐 / 浮动位置尺寸),按面板 name 索引。