Skip to content

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

ParameterTypeDescription
sheetISheet
driverScrollDriver

Returns:

void