docs: fix updateScene storeAction default tsdoc & document types (#8048)

This commit is contained in:
David Luzar 2024-05-22 13:40:23 +02:00 committed by GitHub
parent c540bd68aa
commit defd34923a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 6 deletions

View file

@ -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 ?? []);