Search Docs
Loading...
Skip to content

Type Alias: SceneCreateAction

type SceneCreateAction = (options?) => Promise<number>;

Action for creating a new scene with configurable mode and page sizes. Returns the scene block ID.

Parameters#

ParameterType
options?SceneCreateOptions

Returns#

Promise<number>