mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
clarify signature
This commit is contained in:
parent
15ece8a8cd
commit
679103e2f8
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@ export const duplicateElements = (
|
||||||
editingGroupId: AppState["editingGroupId"];
|
editingGroupId: AppState["editingGroupId"];
|
||||||
selectedGroupIds: AppState["selectedGroupIds"];
|
selectedGroupIds: AppState["selectedGroupIds"];
|
||||||
};
|
};
|
||||||
overrides?: (element: ExcalidrawElement) => Partial<ExcalidrawElement>;
|
overrides?: (
|
||||||
|
originalElement: ExcalidrawElement,
|
||||||
|
) => Partial<ExcalidrawElement>;
|
||||||
randomizeSeed?: boolean;
|
randomizeSeed?: boolean;
|
||||||
reverseOrder?: boolean;
|
reverseOrder?: boolean;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue