| Attributes |
| Name | Required | Request-time | Type | Description |
| anchorData | false | true | java.lang.String | Miscellaneous data to be stored via a map. The map holds key value pairs of type <String, Object>. For example, a HashMap entry <"class-name", foo> renders as an HTML attribute data-class-name = foo;. Note that the prefix data- is added to the key's name automatically. |
| cssClass | false | true | java.lang.String | A CSS class for styling the menu item's main container. |
| id | false | true | java.lang.String | An ID for the component instance. |
| title | true | true | java.lang.String | A title for the menu item. |
| type | false | true | java.lang.String | A type for the menu item. |
| url | true | true | java.lang.String | A URL to navigate to when the menu item is clicked. |