Interface: IScene
@fastlabai/design-editor / IScene
Interface: IScene
Section titled “Interface: IScene”Defined in: engine/types/scene.ts:9
Re-export the engine’s public types for consumers who need to interact with scenes/layers.
Properties
Section titled “Properties”description?
Section titled “description?”
optionaldescription?:string
Defined in: engine/types/scene.ts:13
display?
Section titled “display?”
optionaldisplay?:TimeRange
Defined in: engine/types/scene.ts:18
duration?
Section titled “duration?”
optionalduration?:number
Defined in: engine/types/scene.ts:17
frame:
IFrame
Defined in: engine/types/scene.ts:11
id:
string
Defined in: engine/types/scene.ts:10
layers
Section titled “layers”layers:
Partial<ILayer>[]
Defined in: engine/types/scene.ts:14
metadata
Section titled “metadata”metadata:
Record<string,any>
Defined in: engine/types/scene.ts:15
optionalname?:string
Defined in: engine/types/scene.ts:12
preview?
Section titled “preview?”
optionalpreview?:string
Defined in: engine/types/scene.ts:16