WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface MenuItemConfig

    菜单项配置

    interface MenuItemConfig {
        command: string;
        shortcut?: string;
        before?: string;
        after?: string;
    }
    Index

    Properties

    command: string

    命令名称

    shortcut?: string

    快捷键

    before?: string

    在哪个命令之前插入,不指定则添加到末尾

    after?: string

    在哪个命令之后插入