atomic-numeric-range

This is for:

Developer
In this article

The atomic-numeric-range component defines the range of an atomic-numeric-facet, and therefore must be defined within an atomic-numeric-facet component.

Properties

Property Attribute Description Type Default

end (required)

end

The ending value for the numeric range.

number

endInclusive

end-inclusive

Specifies whether the end value should be included in the range.

boolean

false

label

label

The non-localized label for the facet. When defined, it will appear instead of the formatted value. Used in the atomic-breadbox component through the bindings store.

string | undefined

start (required)

start

The starting value for the numeric range.

number