File tree 1 file changed +17
-8
lines changed 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,6 @@ Specify whether the sheet background is dimmed. Set to `false` to allow interact
83
83
| - | - | - | - |
84
84
| ` boolean ` | ` true ` | β
| β
|
85
85
86
- ### ` initialIndex `
87
-
88
- Initially present the sheet, after mounting, at a given size index.
89
-
90
- | Type | Default | π | π€ |
91
- | - | - | - | - |
92
- | ` number ` | ` -1 ` | β
| β
|
93
-
94
86
:::info
95
87
This property is only used during the initial mount.
96
88
:::
@@ -107,6 +99,23 @@ The size index that the sheet should start to dim the background.
107
99
This is ignored if ` dimmed ` is set to ` false ` .
108
100
:::
109
101
102
+ ### ` initialIndex `
103
+
104
+ Initially present the sheet, after mounting, at a given size index.
105
+
106
+ | Type | Default | π | π€ |
107
+ | - | - | - | - |
108
+ | ` number ` | ` -1 ` | β
| β
|
109
+
110
+ ### ` initialIndexAnimated `
111
+
112
+ Specify whether the sheet should animate after mounting.
113
+ Used with ` initialIndex ` .
114
+
115
+ | Type | Default | π | π€ |
116
+ | - | - | - | - |
117
+ | ` boolean ` | ` true ` | β
| β
|
118
+
110
119
### ` grabber `
111
120
112
121
Shows a grabber (or handle). Native on IOS and styled ` View ` on Android.
You canβt perform that action at this time.
0 commit comments