Breadcrumb
Representation of a Breadcrumb Breadcrumb
export interface Breadcrumb {
'facetCode'?: string;
'facetName'?: string;
'facetValueCode'?: string;
'facetValueName'?: string;
'removeQuery'?: SearchState;
'truncateQuery'?: SearchState;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
facetCode | Optional | string | Code of the facet {string} Breadcrumb |
facetName | Optional | string | Name of the facet {string} Breadcrumb |
facetValueCode | Optional | string | Value code of the facet {string} Breadcrumb |
facetValueName | Optional | string | Value name of the facet {string} Breadcrumb |
removeQuery | Optional | SearchState | {SearchState} Breadcrumb |
truncateQuery | Optional | SearchState | {SearchState} Breadcrumb |