Class: module:models/Breadcrumb

module:models/Breadcrumb()

new module:models/Breadcrumb()

Constructs a new Breadcrumb.

Source:

Members

(inner) facetCode :String

Type:
  • String
Source:

(inner) facetName :String

Type:
  • String
Source:

(inner) facetValueCode :String

Type:
  • String
Source:

(inner) facetValueName :String

Type:
  • String
Source:

(inner) removeQuery :module:models/SearchState

Type:
Source:

(inner) truncateQuery :module:models/SearchState

Type:
Source:

Methods

(static) constructFromObject(data, obj) → {module:models/Breadcrumb}

Constructs a Breadcrumb from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/Breadcrumb

Optional instance to populate.

Source:
Returns:

The populated Breadcrumb instance.

Type
module:models/Breadcrumb