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

    Interface PluginLoadOptions

    插件加载选项

    interface PluginLoadOptions {
        autoActivate?: boolean;
        timeout?: number;
        forceReload?: boolean;
        origin?: PluginOrigin;
    }
    Index

    Properties

    autoActivate?: boolean

    是否自动激活,默认 true

    timeout?: number

    加载超时时间 (毫秒),默认 30000

    forceReload?: boolean

    是否强制重新加载 (如果已加载)

    origin?: PluginOrigin

    插件来源分类