Type alias CustomTextEntityCommandParameter

CustomTextEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomTextParameter, "geo" | "offset"> & {
    geo: GeoJSON.Point | GeoJSON.Point[];
    offset?: GeoJSON.Point | GeoJSON.Point[];
}

產生自畫文字圖素指令參數。

Type declaration

Generated using TypeDoc