mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: fix updateScene
storeAction
default tsdoc & document types (#8048)
This commit is contained in:
parent
c540bd68aa
commit
defd34923a
2 changed files with 32 additions and 6 deletions
|
@ -3708,7 +3708,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
elements?: SceneData["elements"];
|
||||
appState?: Pick<AppState, K> | null;
|
||||
collaborators?: SceneData["collaborators"];
|
||||
/** @default StoreAction.CAPTURE */
|
||||
/** @default StoreAction.NONE */
|
||||
storeAction?: SceneData["storeAction"];
|
||||
}) => {
|
||||
const nextElements = syncInvalidIndices(sceneData.elements ?? []);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue