Type alias CustomPipelineEntityCommandParameter

CustomPipelineEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomPipelineParameter, "geo"> & {
    geo: GeoJSON.Polyline;
}

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

Type declaration

Generated using TypeDoc