You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CCPFilterData
Bean used for filtering the configuration overview CCPFilterData
export interface CCPFilterData {
'key'?: string;
'selected'?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
key | Optional | string | Identifier of the filter. Can contain the UI group identifier, or an enum representing different attribute facets like 'USER_INPUT' or 'PRICE_RELEVANT' {string} CCPFilterData |
selected | Optional | boolean | Describes if filter item is selected {boolean} CCPFilterData |