Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfirmValueAct<T>

An initiative act that asks the user if a value is correct.

Default rendering (en-US): "Was that [value]?" for both prompt & reprompt

Type parameters

  • T

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

constructor

Properties

control

control: Control

payload

payload: ValueSetPayload<T>

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