clarify signature

This commit is contained in:
dwelle 2025-03-22 10:41:34 +01:00
parent 15ece8a8cd
commit 679103e2f8

View file

@ -103,7 +103,9 @@ export const duplicateElements = (
editingGroupId: AppState["editingGroupId"];
selectedGroupIds: AppState["selectedGroupIds"];
};
overrides?: (element: ExcalidrawElement) => Partial<ExcalidrawElement>;
overrides?: (
originalElement: ExcalidrawElement,
) => Partial<ExcalidrawElement>;
randomizeSeed?: boolean;
reverseOrder?: boolean;
},