Skip to content

Commit

Permalink
DynamicFacetRange documentation revision (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo committed Jan 17, 2020
1 parent f1a09ac commit de86bff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ui/DynamicFacet/DynamicFacetRange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { DynamicFacetRangeQueryController } from '../../controllers/DynamicFacet
* - [`valueCaption`]{@link DynamicFacet.options.valueCaption}
* - [`sortCriteria`]{@link DynamicFacet.options.sortCriteria}
*
* @notSupportedIn salesforcefree
* @notSupportedIn salesforcefree
* @availableSince [October 2019 Release (v2.7219)](https://docs.coveo.com/en/3084/)
*/
export class DynamicFacetRange extends DynamicFacet implements IComponentBindings {
static ID = 'DynamicFacetRange';
Expand Down Expand Up @@ -73,7 +74,7 @@ export class DynamicFacetRange extends DynamicFacet implements IComponentBinding
section: 'CommonOptions'
}),
/**
* The currency symbol to use if the [`valueFormat`]{@link DynamicFacetRangeValueFormat.options.valueFormat} is [`currency`]{@link DynamicFacetRangeValueFormat.currency}.
* The currency symbol to use if the [`valueFormat`]{@link DynamicFacetRange.options.valueFormat} is [`currency`]{@link DynamicFacetRangeValueFormat.currency}.
*
* By default, the component uses the currency associated with the currently loaded culture file (see [Changing the Language of Your Search Interface](https://docs.coveo.com/421/)).
*/
Expand All @@ -82,8 +83,6 @@ export class DynamicFacetRange extends DynamicFacet implements IComponentBinding
* The list of [range values]{@link IRangeValue} to request (see [Requesting Specific FacetRange Values](https://docs.coveo.com/en/2790/)).
*
* This value will override the [`numberOfValues`]{@link DynamicFacet.options.numberOfValues} value.
*
* **Required:** Specifying a value for this option is required for the component to work.
*/
ranges: ComponentOptions.buildJsonOption<IRangeValue[]>({ required: true, section: 'CommonOptions' })
};
Expand Down

0 comments on commit de86bff

Please sign in to comment.