Type alias CustomPolylineEntityCommandParameter

CustomPolylineEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomPolylineParameter, "geo"> & {
    geo: GeoJSON.Polyline;
}

產生自畫聚合線圖素指令參數。

Type declaration

Generated using TypeDoc