type ExportSceneAction = (options) => void | Promise<void>;
Action function for handling scene export operations.
Parameters#
Parameter | Type | Description |
---|---|---|
options | { format : "scene" | "archive" ; } |
options.format | "scene" | "archive" |
Returns#
void
| Promise
<void
>
A promise that resolves when the export operation is complete, or void for synchronous operations