@tarojsx/ui
Version:
We reinvents the UI for Taro3+
77 lines (43 loc) • 1.43 kB
Markdown
id: "_floatlayout_.floatlayoutprops.onscrolldetail"
title: "onScrollDetail"
sidebar_label: "onScrollDetail"
## Hierarchy
* **onScrollDetail**
## Index
### Properties
* [deltaX](_floatlayout_.floatlayoutprops.onscrolldetail.md#deltax)
* [deltaY](_floatlayout_.floatlayoutprops.onscrolldetail.md#deltay)
* [scrollHeight](_floatlayout_.floatlayoutprops.onscrolldetail.md#scrollheight)
* [scrollLeft](_floatlayout_.floatlayoutprops.onscrolldetail.md#scrollleft)
* [scrollTop](_floatlayout_.floatlayoutprops.onscrolldetail.md#scrolltop)
* [scrollWidth](_floatlayout_.floatlayoutprops.onscrolldetail.md#scrollwidth)
## Properties
### deltaX
• **deltaX**: *number*
Defined in node_modules/@tarojs/components/types/ScrollView.d.ts:147
___
### deltaY
• **deltaY**: *number*
Defined in node_modules/@tarojs/components/types/ScrollView.d.ts:148
___
### scrollHeight
• **scrollHeight**: *number*
Defined in node_modules/@tarojs/components/types/ScrollView.d.ts:144
滚动条高度
___
### scrollLeft
• **scrollLeft**: *number*
Defined in node_modules/@tarojs/components/types/ScrollView.d.ts:140
横向滚动条位置
___
### scrollTop
• **scrollTop**: *number*
Defined in node_modules/@tarojs/components/types/ScrollView.d.ts:142
竖向滚动条位置
___
### scrollWidth
• **scrollWidth**: *number*
Defined in node_modules/@tarojs/components/types/ScrollView.d.ts:146
滚动条宽度