type SaveSceneAction = () => void | Promise<void>;
Action function for handling scene saving operations.
Returns#
void
| Promise
<void
>
A promise that resolves when the save operation is complete, or void for synchronous operations
type SaveSceneAction = () => void | Promise<void>;
Action function for handling scene saving operations.
void
| Promise
<void
>
A promise that resolves when the save operation is complete, or void for synchronous operations