RangeDispatchEntries

A collection of range dispatch entries.

Functions

Link copied to clipboard
operator fun set(threshold: Number, selectModel: S.() -> ModelBuilder)

Adds an entry that displays the model created by selectModel when the property value is equal or greater than threshold and there is no closer entry.

operator fun set(threshold: Number, model: ItemModel)

Adds an entry that displays model when the property value is equal or greater than threshold and there is no closer entry.