Home > @unseenco/backstage-core > syncPageScrollToSequencePosition
syncPageScrollToSequencePosition() function
Scroll to match the current sequence playhead using the sheet's active driver.
Signature:
typescript
export declare function syncPageScrollToSequencePosition(sheet: ISheet, driver?: ScrollDriver): void;Parameters
| Parameter | Type | Description |
|---|---|---|
| sheet | ISheet | |
| driver | ScrollDriver |
Returns:
void