Type alias CustomConeEntityCommandParameter

CustomConeEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomConeParameter, "geo" | "direction"> & {
    direction?: GeoJSON.Point;
    geo: GeoJSON.Point;
}

產生自畫圓錐圖素指令參數。

Type declaration

Generated using TypeDoc