Search
Loading...
Skip to content

Type Alias: ExportSceneAction

type ExportSceneAction = (options) => void | Promise<void>;

Action function for handling scene export operations.

Parameters#

ParameterTypeDescription
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