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

    类型别名 ESPropertiesType

    属性类型,UI 上会按照分类展示

    type ESPropertiesType = {
        basic: Property[];
        coordinate: Property[];
        dataSource: Property[];
        defaultMenu: string;
        general: Property[];
        location: Property[];
        more: Property[];
        style: Property[];
    }
    索引

    属性

    basic: Property[]

    基础属性数组,当前ES对象使用的各引擎公共属性

    coordinate: Property[]

    坐标属性数组,多点对象使用

    dataSource: Property[]

    数据源属性数组

    defaultMenu: string

    默认菜单栏,可选值为 'basic' | 'general' | 'dataSource' | 'location' | 'coordinate' | 'style' | 'more'

    general: Property[]

    通用属性数组,所有ES对象都包含的公共属性

    location: Property[]

    位置属性数组,单点对象使用

    more: Property[]

    更多属性数组

    style: Property[]

    样式属性数组