thingorigin2.0
    正在准备搜索索引...

    接口 pointConfigsParams

    创建点参数

    LL

    2021/08/19

    string 颜色 例:'#f00'

    number 点大小 例: 10

    interface pointConfigsParams {
        color: string;
        size: number;
    }
    索引

    属性

    属性

    color: string
    size: number