Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumberControlState

State tracked by a NumberControl.

Hierarchy

  • NumberControlState

Implements

Properties

isValidValue

isValidValue: boolean = false

Tracks whether the value is valid. TODO: remove this and allow async prop functions.

isValueConfirmed

isValueConfirmed: boolean = false

Tracks whether the value has been explicitly confirmed by the user.

lastInitiative

lastInitiative: LastInitiativeState

Tracks the last initiative act from the control

rejectedValues

rejectedValues: number[] = []

Tracks the values the user disconfirmed.

value

value: number

The value, an integer.