| Attributes |
| Name | Required | Request-time | Type | Description |
| actionJsp | false | true | java.lang.String | The path for an action JSP page |
| cssClass | false | true | java.lang.String | A CSS class for styling the component |
| dataView | false | true | java.util.Map | Data to be applied to the component link and stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>. |
| entryTitle | true | true | java.lang.String | A title for the component |
| iconImage | false | true | java.lang.String | A CSS class for setting the icon of the component |
| iconSrc | false | true | java.lang.String | Deprecated as of 7.0.0, replaced by the attribute iconImage |
| selected | false | true | boolean | Whether the entry is selected |
| viewURL | true | true | java.lang.String | A URL to view the entry |