BooleanMenuLayoutMenuLayoutMenuConfigurationMenuConfigurationBooleanChecks 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 |
MenuLayoutGets the main menu layout
Kind: Instance method of MenuConfiguration
Returns: MenuLayout - The default main menu layout.
MenuLayoutGets 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.
MenuConfigurationSets 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. |
MenuConfigurationSets 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. |