projects/m2-core/src/lib/model/search/Facet.ts
Properties |
|
Methods |
|
constructor(id?: ID, discrete?: boolean, value?: any, count?: number, facetState?: CheckBoxState, valueFormatted?: string)
|
|||||||||||||||||||||
|
Parameters :
|
| Public checked |
Type : boolean
|
| Public Optional children |
Type : Facet<ID>[]
|
| Public count |
Type : number
|
| Public discrete |
Type : boolean
|
| Public facetState |
Type : CheckBoxState
|
| Public Optional hasChildren |
Type : boolean
|
| Public id |
Type : ID
|
| Public Optional isExpanded |
Type : boolean
|
| Public noValueFacet |
Type : boolean
|
| Public partial |
Type : boolean
|
| Public restrictiveCondition |
Type : RestrictiveCondition
|
| Public value |
Type : any
|
| Public valueFormatted |
Type : string
|
| Public valueMax |
Type : any
|
| Public valueMaxFormatted |
Type : string
|
| Static formatSrvNoValueFacet | ||||||
formatSrvNoValueFacet(noValuesFacet: Facet)
|
||||||
|
Parameters :
Returns :
void
|
| Static isNoValueFacet | ||||||
isNoValueFacet(facet: Facet)
|
||||||
|
Formatting
Parameters :
Returns :
boolean
|