| id | options-sideMenuSide |
|---|---|
| title | Side Menu Side Options |
| sidebar_label | Side Menu Side |
const options = {
sideMenu: {
left: {
visible: false,
enabled: true
}
}
};Show or hide the side menu.
| Type | Required | Platform |
|---|---|---|
| boolean | No | Both |
Enable or disable the side menu.
| Type | Required | Platform |
|---|---|---|
| boolean | No | Both |
Set the width of the side menu.
| Type | Required | Platform |
|---|---|---|
| number | No | Both |
Set the height of the side menu.
| Type | Required | Platform |
|---|---|---|
| number | No | Both |