Skip to Content

@revideo/core


@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?

optional plugins?: (string | Plugin)[]

Defined in: scenes/Scene.ts:56 

A list of plugins to include in the project.


stack?

optional stack?: string

Defined in: scenes/Scene.ts:52 

The stack trace at the moment of creation.

© 2026 Haven Technologies, Inc.
Interface: SceneDescription<T> – Revideo