Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestValueAct

Asks the user to provide a value.

Default rendering (en-US): "What value for (renderedTarget)?" for both prompt & reprompt

Usage:

  • If the system already has a value from the user it may be preferable to issue a RequestChangedValueAct which is more specific to that case.
  • Typically issued when a Control gains the initiative for the first time and requests a value for the first time.

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

constructor

Properties

control

control: Control

payload

takesInitiative

takesInitiative: boolean

Methods

render

toString

  • toString(): string
  • Produces a string representation of the SystemAct.

    The associated Control.id is included but the complete details of the associate Control are omitted for brevity.

    Returns string