layer type props

This commit is contained in:
Anton Tranelis 2024-07-02 22:34:56 +02:00
parent eca9574005
commit 47b896aa2e

View File

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