mce
    Preparing search index...

    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: CreatorConfig
    madeWith: MadeWithConfig
    panels: Record<string, PanelState>

    各面板的持久化运行时状态(显隐 / 浮动位置尺寸),按面板 name 索引。

    scrollbar: ScrollbarConfig
    shortcuts: ShortcutsConfig
    statusbar: StatusbarConfig
    timeline: TimelineConfig
    toolbelt: ToolbeltConfig