Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface rangeChangedCallback

callback funcion after the slider has been moved

Hierarchy

  • rangeChangedCallback

Callable

  • __call(newValue: number, ratio: number, evt: Event): any
  • callback funcion after the slider has been moved

    Parameters

    • newValue: number

      new value of the slider

    • ratio: number

      ratio from low to high, 0 to 1

    • evt: Event

      the original event

    Returns any

Generated using TypeDoc