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

    Interface ITileEditLayerDialogConfig

    图层选择对话框配置

    interface ITileEditLayerDialogConfig {
        layers: ILayerInfo[];
        selectedLayers?: string[];
        title?: string;
    }
    Index

    Properties

    layers: ILayerInfo[]

    所有可用图层列表

    selectedLayers?: string[]

    已选中的图层名称列表

    title?: string

    对话框标题