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

    Interface IconInfo

    图标信息

    interface IconInfo {
        key: string;
        svg: string;
        category: IconCategory;
    }
    Index

    Properties

    Properties

    key: string

    图标键名

    svg: string

    SVG 内容

    category: IconCategory

    图标分类