Skip to Content

@revideo/core


@revideo/core / scenes / SceneConstructor

Interface: SceneConstructor<T>

Defined in: scenes/Scene.ts:27 

The constructor used when creating new scenes.

Remarks

Each class implementing the Scene interface should have a matching constructor.

Type Parameters

T

T

The type of the configuration object. This object will be passed to the constructor from SceneDescription.config.

Constructors

Constructor

new SceneConstructor(description): Scene

Defined in: scenes/Scene.ts:28 

Parameters

description

FullSceneDescription<T>

Returns

Scene

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