Signature
TimelineProvider(props: TimelineProviderProps): ElementParameters
| Name | Type | Description |
|---|---|---|
| props | TimelineProviderProps | Provider configuration and child tree. |
Returns
Element
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.
TimelineProvider(props: TimelineProviderProps): Element| Name | Type | Description |
|---|---|---|
| props | TimelineProviderProps | Provider configuration and child tree. |