Skip to content

Commit a947445

Browse files
authored
Add additional type hint for fadingEdgeLength (#4793)
1 parent d09358d commit a947445

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ Fades out the edges of the scroll content.
285285

286286
If the value is greater than `0`, the fading edges will be set accordingly to the current scroll direction and position, indicating if there is more content to show.
287287

288-
| Type | Default |
289-
| ------ | ------- |
290-
| number | `0` |
288+
| Type | Default |
289+
| -------------------------------------------------- | ------- |
290+
| number<hr />object: `{start: number, end: number}` | `0` |
291291

292292
---
293293

website/versioned_docs/version-0.81/scrollview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ Fades out the edges of the scroll content.
285285

286286
If the value is greater than `0`, the fading edges will be set accordingly to the current scroll direction and position, indicating if there is more content to show.
287287

288-
| Type | Default |
289-
| ------ | ------- |
290-
| number | `0` |
288+
| Type | Default |
289+
| -------------------------------------------------- | ------- |
290+
| number<hr />object: `{start: number, end: number}` | `0` |
291291

292292
---
293293

0 commit comments

Comments
 (0)