| Attributes |
| Name | Required | Request-time | Type | Description |
| actionJsp | false | true | java.lang.String | The path to an action JSP. It is generally the JSP for the card dropdown menu. |
| actionJspServletContext | false | true | java.lang.String | The action JSP's service context. |
| cardCssClass | false | true | java.lang.String | A CSS class for styling the card's secondary container. |
| checkboxChecked | false | true | java.lang.String | Whether to select the card checkbox. The default value is false. |
| checkboxCSSClass | false | true | java.lang.String | A CSS class for styling the checkbox input. |
| checkboxData | false | true | java.lang.String | The data attributes to add to the checkbox input. This data is stored via a map. |
| checkboxDisabled | false | true | java.lang.String | Whether to disable the checkbox input. The default value is false. |
| checkboxId | false | true | java.lang.String | An ID for the checkbox input. |
| checkboxName | false | true | java.lang.String | A name for the checkbox input. |
| checkboxValue | false | true | java.lang.String | A value for the checkbox input. |
| cssClass | false | true | java.lang.String | A CSS class for styling the card's main container. |
| data | false | true | java.lang.String | The miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <String, Object>. |
| html | false | true | java.lang.String | The custom HTML to use as the thumbnail. |
| onClick | false | true | java.lang.String | No Description |
| resultRow | false | true | java.lang.String | If a row checker value is passed, a result row value is mandatory. A result row is of type com.liferay.portal.kernel.dao.search.ResultRow. |
| rowChecker | false | true | java.lang.String | An optional row checker object that manages the checkbox options. Note that the checkbox* attributes take precedence over row checker options. A row checker is of type com.liferay.portal.kernel.dao.search.RowChecker. |
| showCheckbox | false | true | java.lang.String | Whether the entry is selectable. The default value is false. |
| subtitle | false | true | java.lang.String | The text to add as a subtitle in the text zone, if the card is vertical. |
| title | false | true | java.lang.String | A title for the card. |
| url | false | true | java.lang.String | No Description |