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

    Interface MenuConfig2

    主菜单配置

    interface MenuConfig2 {
        id: string;
        label: string;
        after?: string;
    }
    Index

    Properties

    Properties

    id: string

    菜单ID(唯一标识)

    label: string

    菜单显示名称

    after?: string

    在哪个菜单之后插入,不指定则添加到末尾