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

    类型别名 ESVOption

    通用视口选项类型

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

    属性

    container: HTMLDivElement | string

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

    id?: string

    视口的ID,可选参数

    options?: Record<string, any>

    其他选项,可选参数

    type: string

    视口类型