Function

TimelineProvider

Sets up a bridge between the central event-driven `TimelineEngine` model and standard React functional layouts. Subscribes to settled state, selection, playback, content, and clipboard changes, pushing lightweight state updates downwards into hooks.

Signature

Type Definition
TimelineProvider(props: TimelineProviderProps): Element

Parameters

NameTypeDescription
propsTimelineProviderPropsProvider configuration and child tree.

Returns

Element