Home > @unseenco/backstage-core > ISheet > getSequenceMode
ISheet.getSequenceMode() method
Whether the sequence uses wall-clock time (default) or page-scroll percent units. Page mode is runtime-only and not persisted in project state.
Signature:
typescript
getSequenceMode(): 'time' | 'page';Returns:
'time' | 'page'