Boolean
MenuLayout
MenuLayout
MenuConfiguration
MenuConfiguration
Boolean
Checks whether two MenuConfigurations can be considered equivalent
Kind: Instance method of MenuConfiguration
Returns: Boolean
- Whether the objects are the same or not
Param | Type | Description |
---|---|---|
other | MenuConfiguration |
The object to compare |
MenuLayout
Gets the main menu layout
Kind: Instance method of MenuConfiguration
Returns: MenuLayout
- The default main menu layout.
MenuLayout
Gets the sub menu layout
Kind: Instance method of MenuConfiguration
Returns: MenuLayout
- The default submenu layout. To change this for an individual submenu, set the
menuLayout property on the MenuCell constructor for creating a cell with sub-cells.
MenuConfiguration
Sets the main menu layout
Kind: Instance method of MenuConfiguration
Returns: MenuConfiguration
- A reference to this instance to support method chaining
Param | Type | Description |
---|---|---|
mainMenuLayout | MenuLayout |
Changes the default main menu layout. |
MenuConfiguration
Sets the sub menu layout
Kind: Instance method of MenuConfiguration
Returns: MenuConfiguration
- A reference to this instance to support method chaining
Param | Type | Description |
---|---|---|
submenuLayout | MenuLayout |
Changes the default submenu layout. To change this for an individual submenu, set the menuLayout property on the MenuCell constructor for creating a cell with sub-cells. |