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

    Interface PluginLoadResult

    插件加载结果

    interface PluginLoadResult {
        plugin: Plugin;
        styleElement?: HTMLStyleElement;
        source: PluginSource;
    }
    Index

    Properties

    plugin: Plugin

    加载的插件对象

    styleElement?: HTMLStyleElement

    注入的样式元素 (如果有 CSS)

    source: PluginSource

    加载来源