Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DateControlState

State tracked by a DateControl.

Hierarchy

  • DateControlState

Implements

Properties

Optional elicitationAction

elicitationAction: undefined | string

Tracks if the control is actively asking the user to set or change the value.

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

Optional previousValue

previousValue: undefined | string

The previous value.

value

value: string

The value, an ISO date string.