1234567891011121314151617181920212223242526272829303132333435363738 |
- ---
- id: options-splitView
- title: SplitView Options
- sidebar_label: SplitView
- ---
-
- ### `displayMode`
-
- Master view display mode.
-
- | Type | Required | Default | Platform |
- | -------------------------------------------- | -------- | ------- | -------- |
- | enum('auto', 'visible', 'hidden', 'overlay') | No | 'auto' | iOS |
-
- ### `primaryEdge`
-
- Master view side. Leading is left. Trailing is right.
-
- | Type | Required | Default | Platform |
- | --------------------------- | -------- | --------- | -------- |
- | enum('leading', 'trailing') | No | 'leading' | iOS |
-
- ### `minWidth`
-
- Set the minimum width of master view.
-
- | Type | Required | Platform |
- | ------ | -------- | -------- |
- | number | No | iOS |
-
- ### `maxWidth`
-
- Set the maximum width of master view.
-
- | Type | Required | Platform |
- | ------ | -------- | -------- |
- | number | No | iOS |
|