Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

Breadcrumb

Representation of a Breadcrumb Breadcrumb

export interface Breadcrumb {
	'facetCode'?: string;
	'facetName'?: string;
	'facetValueCode'?: string;
	'facetValueName'?: string;
	'removeQuery'?: SearchState;
	'truncateQuery'?: SearchState;
}

Properties

NameRequiredTypeDescription
facetCodeOptionalstringCode of the facet {string} Breadcrumb
facetNameOptionalstringName of the facet {string} Breadcrumb
facetValueCodeOptionalstringValue code of the facet {string} Breadcrumb
facetValueNameOptionalstringValue name of the facet {string} Breadcrumb
removeQueryOptionalSearchState{SearchState} Breadcrumb
truncateQueryOptionalSearchState{SearchState} Breadcrumb

Referenced Types

On this page