EarthSDK
    正在准备搜索索引...

    类型别名 ESVOptionCzm

    配置Cesium视口的选项类型

    type ESVOptionCzm = {
        container: HTMLDivElement | string;
        id?: string;
        options?: Record<string, any>;
        type: "ESCesiumViewer";
    }
    索引

    属性

    container: HTMLDivElement | string

    视口容器,可以是HTMLDivElement元素或元素的ID字符串

    id?: string

    视口的ID,可选参数

    options?: Record<string, any>

    其他选项,可选参数

    type: "ESCesiumViewer"

    视口类型为Cesium视口