Interface

TimelineProviderProps

Props for wiring a TimelineEngine into React context.

Usage notes

Pass one stable engine instance to TimelineProvider. Descendant hooks such as useTimeline and useTimelineState read from this context and receive synchronized TimelineState snapshots.

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.