topThreshold()
Sets the threshold (in pixels) for the
atTopflag.
topThreshold(topThreshold: BindingOrValue<number>): this;
Parameters
- topThreshold — The threshold value.
Return value
The builder instance for chaining.
Related
class ScrollViewBuilder static
A builder forUIScrollViewinstances.topThreshold
Vertical threshold (in pixels) until whichUIScrollEvent.atTopis set, defaults to 0.type UIScrollView.ScrollEventData static
The data structure contained by each UIScrollView.ScrollEvent.
