Class: module:InputRange

module:InputRange

InputRange React component

Constructor

new module:InputRange(props)

Parameters:
Name Type Description
props Object React component props
Source:

Extends

  • React.Component

Members

(inner, constant) internals :WeakMap

A map for storing internal members
Type:
  • WeakMap
Source:

(inner, constant) KeyCode :Object.<string, number>

An object storing keyboard key codes
Type:
  • Object.<string, number>
Source:

Type Definitions

Point

An object describing the position of a point
Type:
  • Object
Properties:
Name Type Description
x number x value
y number y value
Source:

Range

An object describing a range of values
Type:
  • Object
Properties:
Name Type Description
min number Min value
max number Max value
Source: