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 28a16ae commit 9489e27Copy full SHA for 9489e27
1 file changed
content/ui/activity-indicator.md
@@ -35,6 +35,18 @@ busy: boolean
35
36
Gets or sets whether the indicator is busy.
37
38
+### iosIndicatorViewStyle
39
+
40
+```ts
41
+iosIndicatorViewStyle: IOSIndicatorViewStyle = 'medium' | 'large'
42
+```
43
44
+Specifies the style of the indicator. This property is iOS specific.
45
46
+Valid values: `medium` and `large`.
47
48
+Default value: `medium`.
49
50
---
51
52
### ...Inherited
0 commit comments