id | title | sidebar_label |
---|---|---|
options-sideMenuSide |
Side Menu Side Options |
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 |