Skip to content

Files

Latest commit

 

History

History
48 lines (35 loc) · 796 Bytes

options-sideMenuSide.mdx

File metadata and controls

48 lines (35 loc) · 796 Bytes
id title sidebar_label
options-sideMenuSide
Side Menu Side Options
Side Menu Side
const options = {
  sideMenu: {
    left: {
      visible: false,
      enabled: true
    }
  }
};

visible

Show or hide the side menu.

Type Required Platform
boolean No Both

enabled

Enable or disable the side menu.

Type Required Platform
boolean No Both

width

Set the width of the side menu.

Type Required Platform
number No Both

height

Set the height of the side menu.

Type Required Platform
number No Both