Skip to main content
Version: 6.12.2

Side Menu Side Options

const options = {
sideMenu: {
left: {
visible: false,
enabled: true
}
}
};

visible#

Show or hide the side menu.

TypeRequiredPlatform
booleanNoBoth

enabled#

Enable or disable the side menu.

TypeRequiredPlatform
booleanNoBoth

width#

Set the width of the side menu.

TypeRequiredPlatform
numberNoBoth

height#

Set the height of the side menu.

TypeRequiredPlatform
numberNoBoth