Home > @unseenco/backstage-core > syncNativeDocumentScrollToSequencePosition
syncNativeDocumentScrollToSequencePosition() function
Scroll the native document to match the current sequence playhead (page mode UI).
Signature:
typescript
export declare function syncNativeDocumentScrollToSequencePosition(sheet: ISheet): void;Parameters
| Parameter | Type | Description |
|---|---|---|
| sheet | ISheet |
Returns:
void