Home > @unseenco/backstage-core > isPageScrollTrigger
isPageScrollTrigger() function
True when ST scroller and horizontal flag match the configured page scroll context.
Signature:
typescript
export declare function isPageScrollTrigger(st: unknown, context?: PageScrollContext): boolean;Parameters
| Parameter | Type | Description |
|---|---|---|
| st | unknown | |
| context | PageScrollContext |
Returns:
boolean