@revideo/core / scenes / Threadable
Interface: Threadable
Defined in: scenes/Threadable.ts:11
Scenes can implement this interface to display their thread hierarchy in the UI.
Remarks
This interface is only useful when a scene uses thread generators to run.
Events
onThreadChanged
Get Signature
get onThreadChanged():
SubscribableValueEvent<Thread|null>
Defined in: scenes/Threadable.ts:17
Triggered when the main thread changes.
Returns
SubscribableValueEvent<Thread | null>