Options
All
  • Public
  • Public/Protected
  • All
Menu

View model for a numeric input widget. The supplied observable will be synced with the current value picked in the widget.

param

Similar to the configuration of this widget RangeConfiguration but with the value replaced by an Observable. Set or get the observable to interact with the widget.

param

Show the associated slider?

param

Updates fire when dragging the slider if this is true, only when released if false

Hierarchy

  • NumericInputViewModel

Index

Properties

range

range: object

Type declaration

  • max: number
  • min: number
  • step: number
  • value: Observable<number>

showSlider

showSlider: boolean

Optional title

title: string

updateOnDrag

updateOnDrag: boolean