Type alias CustomBarEntityCommandParameter

CustomBarEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomBarParameter, "geo"> & {
    geo: GeoJSON.Point | GeoJSON.Point[];
}

產生自畫正多邊形柱體圖素指令參數。

Type declaration

Generated using TypeDoc