UIIconButtonMenu
Since: 7.1.0
Name | Type | Default | Description |
icon |
| Required - Name of the icon | |
list |
| Required - Menu list object | |
list.header |
| Header for menu | |
list.type |
| Alternative plain for none selected presentation | |
list.horizontalPosition |
|
| List position against button |
list.items |
| Required - Menu items | |
list.items.text |
| Required - Menu item text | |
list.items.selected |
|
| If menu item is selected |
list.items.onClick |
| Required - onClick callback |
Example
Last updated