[ type ] ChangeEvent

Description:

Change event received by the onChange() handler callback.

Type: Object

Properties:

Name Type Description

target

object

The component that triggered the event.

type

string

One of change, changing.
change - when value has changed and is no longer being modified by the user.
changing - when the value is still being modified, e.g. while moving a Slider knob.

[action]

string

One of inserted, removed. Present for some text editing components, indicates the action performed.

[position]

number

The position at which text was inserted. Present when action is present.

[length]

number

The number of characters inserted or removed. Present when action is present.

Also See: