Search
Loading...
Skip to content

Type Alias: ImportSceneAction

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

Action function for handling scene import operations.

Parameters#

ParameterTypeDescription
options{ format?: "scene""archive"; }
options.format?"scene""archive"

Returns#

void | Promise<void>

A promise that resolves with the imported scene data as a string, or the scene data directly