RefinableManagedProperties
Array with all the columns that you want to use as refiners in the search. These refiners will be added to the ones that the product has configured by default..
Interface
interface IRefinableManagedProperties {
name: string;
title: ILocales;
}
Properties
name
Column name.
-
Type:
string
-
Required: Yes
title
Column title.
-
Type:
string |
ILocales
-
Required: Yes