We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e0b4d commit a184e8cCopy full SHA for a184e8c
docs/src/guide/api/props.md
@@ -8,6 +8,13 @@
8
This property is used to specify the scrollable element, it can be any valid css selector
9
If not set it defaults to the window
10
11
+## distance
12
+
13
+- **Type**: `Number`
14
+- **Default**: `100`
15
+- **Details**:
16
+ The `infinite` event will be fired if the scroll distance is less than this value.
17
18
## top
19
20
- **Type**: `Boolean`
@@ -45,4 +52,4 @@
45
52
- **Type**: `String`
46
53
- **Default**: `Oops something went wrong!`
47
54
- **Details**:
48
- override text message display on complete
55
+ override text message display on complete
0 commit comments