Alokai

CCPFilterData

Bean used for filtering the configuration overview. CCPFilterData

interface CCPFilterData {
	'key'?: string;
	'selected'?: boolean;
}

Properties

NameRequiredTypeDescription
keyOptionalstringIdentifier of the filter. Can contain the UI group identifier or an enum representing different attribute facets such as 'USER_INPUT' or 'PRICE_RELEVANT'. {string} CCPFilterData
selectedOptionalbooleanDescribes if filter item is selected. {boolean} CCPFilterData

On this page