@revideo/core / scenes / SceneDescription
Interface: SceneDescription<T>
Defined in: scenes/Scene.ts:36
Describes a scene exposed by scene files.
Extended by
Type Parameters
T
T = unknown
The type of the configuration object.
Properties
config
config:
T
Defined in: scenes/Scene.ts:48
Configuration object.
klass
klass:
SceneConstructor<T>
Defined in: scenes/Scene.ts:44
The class used to instantiate the scene.
name
name:
string
Defined in: scenes/Scene.ts:40
Name of the scene.
plugins?
optionalplugins?: (string|Plugin)[]
Defined in: scenes/Scene.ts:56
A list of plugins to include in the project.
stack?
optionalstack?:string
Defined in: scenes/Scene.ts:52
The stack trace at the moment of creation.