value property

  1. @Input()
num value
getter/setter pair

The current value of the input value element.

When isTwoSided is true, then this represents the current value of the right slider knob. Must be between min and max, inclusive, a multiple of step, and greater than leftValue.

Implementation

@Input()
num value = 0;