mce
    Preparing search index...

    Interface ToolbeltConfig

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

    Properties

    offset?: number

    沿停靠边的中心坐标(上 / 下 为 x、左 / 右 为 y,相对画板像素)。undefined 表示居中。

    placement?: "top" | "right" | "bottom" | "left"

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

    visible: boolean