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

    Interface RibbonConfig

    Ribbon 菜单配置接口

    interface RibbonConfig {
        tabs: RibbonTabConfig[];
        persistPinState?: boolean;
        storageKey?: string;
    }
    Index

    Properties

    标签页列表

    persistPinState?: boolean

    是否持久化固定状态到 localStorage

    storageKey?: string

    localStorage 的键名