| id | options-sideMenu |
|---|---|
| title | Side Menu Options |
| sidebar_label | Side Menu |
const options = {
sideMenu: {
left: {},
right: {},
openGestureMode: 'entireScreen',
},
};Configure the left side menu.
| Type | Required | Platform |
|---|---|---|
| SideMenuSide | No | Both |
Configure the right side menu.
| Type | Required | Platform |
|---|---|---|
| SideMenuSide | No | Both |
Configure how a user is allowed to open a drawer using gestures.
| Type | Required | Platform | Default |
|---|---|---|---|
| enum('entireScreen', 'bezel') | No | iOS | 'bezel' |