added item_presets to layer type

This commit is contained in:
Anton Tranelis 2024-07-12 14:15:16 +02:00
parent 8eb34a9904
commit c1356a01ab

View File

@ -42,6 +42,7 @@ export interface LayerProps {
customEditParameter?: string, customEditParameter?: string,
public_edit_items?: boolean, public_edit_items?: boolean,
listed?: boolean, listed?: boolean,
item_presets?: Record<string, unknown>,
setItemFormPopup?: React.Dispatch<React.SetStateAction<ItemFormPopupProps | null>>, setItemFormPopup?: React.Dispatch<React.SetStateAction<ItemFormPopupProps | null>>,
itemFormPopup?: ItemFormPopupProps | null, itemFormPopup?: ItemFormPopupProps | null,
clusterRef?: any clusterRef?: any