Interface

TimelineProviderProps

Props for wiring a TimelineEngine into React context.

Signature

Type Definition
Interface TimelineProviderProps

Properties

NameSignatureDescription
children?children?: ReactNodeReact subtree that should read from the provided engine.
engineengine: TimelineEngineEngine instance that owns timeline state and editing operations.