Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChoiceOption

Hierarchy

  • ChoiceOption

Index

Constructors

Properties

Constructors

constructor

  • new ChoiceOption(value: string, text?: undefined | string, enabled?: undefined | true | false, selected?: undefined | true | false): ChoiceOption
  • Parameters

    • value: string
    • Optional text: undefined | string
    • Optional enabled: undefined | true | false
    • Optional selected: undefined | true | false

    Returns ChoiceOption

Properties

Optional Enabled

Enabled: undefined | true | false

Optional Selected

Selected: undefined | true | false

Optional Text

Text: undefined | string

Value

Value: string

Generated using TypeDoc