"displayName" | String | Defines the text displayed for the filter. | null |
"filter" | String | Defines the value that is used in the query to determine if filter is active or not. | null |
"filterQuery" | String | Defines the query that is executed to retrieve filtered content from the database table. | null |
"isInitiallySelected" | Boolean | Defines whether filter is active at the initial state. | false |
"isSingleFilter" | Boolean | Defines whether filter can be only selected as a single filter. | false |
"noDataText" | String | Defines the text to be displayed if no content after selecting the filter. | "There is nothing to display" |
"primaryColor" | Color | Defines the primary color of the filter that is used when the filter is active. | "#000000" |
"secondaryColor" | Color | Defines the secondary color of the filter, which affects the text content of the filter when it is active. | "#ffffffff" |
"unreadCount" | String | The query that is executed to retrieve an unread content count, if it is specified. The result of the query must contain the column named _count. | null |