mce
    Preparing search index...

    Interface ToolbeltConfig

    interface ToolbeltConfig {
        placement?: "top" | "right" | "bottom" | "left";
        visible: boolean;
    }
    Index
    placement?: "top" | "right" | "bottom" | "left"

    停靠方向:上 / 下 / 左 / 右。左右为竖向排列。默认 bottom。

    visible: boolean