Home > @unseenco/backstage-core > PageScrollScroller
PageScrollScroller type
null = native document scroll (window / documentElement).
Signature:
typescript
export type PageScrollScroller = Window | Element | null;