layer type props

This commit is contained in:
Anton Tranelis 2024-07-02 22:37:09 +02:00
parent 0f97b2d922
commit 7b0fce6411

View File

@ -21,7 +21,7 @@ export interface LayerProps {
markerIcon: string,
markerShape: string,
markerDefaultColor: string,
markerDefaultColor2: string,
markerDefaultColor2?: string,
api?: ItemsApi<any>,
itemType: ItemType,
itemNameField?: string,