States for Button components.

Available since

1.0.0

.

See also:

Values

UP

The up state, when there is no interaction.

Available since

1.0.0

.

HOVER

The hover state, when the mouse is over the component. This state is not used with touch.

Available since

1.0.0

.

DOWN

The down state, on mouse down or touch begin.

Available since

1.0.0

.

DISABLED

The disabled state, when the component's enabled property is false.

Available since

1.0.0

.