Alokai

CustomSearch

Custom search.

interface CustomSearch {
	field: string;
	type: string;
	value: string;
}

Properties

NameRequiredTypeDescription
fieldRequiredstringField name.
typeRequiredstringContent type.
valueRequiredstringField value.

On this page