| Attributes |
| Name | Required | Request-time | Type | Description |
| bold | false | true | java.lang.String | No Description |
| className | true | true | java.lang.String | The class name of the objects to display in rows |
| cssClass | false | true | java.lang.String | A CSS class for styling the component |
| escapedModel | false | true | java.lang.String | The returned model instances as HTML escaped |
| indexVar | false | true | java.lang.String | A variable name to use for the rows' index |
| keyProperty | false | true | java.lang.String | A property to use as the primary key for the object type in the className attribute |
| modelVar | false | true | java.lang.String | A variable name to use for each object as the search container iterates through the objects returned by liferay-ui:search-container-results |
| rowIdProperty | false | true | java.lang.String | A model property to use as the row ID |
| rowVar | false | true | java.lang.String | A variable name to use for the rows |
| servletContext | false | true | java.lang.String | No Description |
| stringKey | false | true | java.lang.String | No Description |
| state | false | true | java.lang.String | A state for the component. Possible values are success, warning, info, default, primary, or danger. |