Hierarchy (view full)

  • ConfigurationControl<string[], {
        label: string;
        value: string;
    }>
    • ConfigurationMultipleChoiceControl

Constructors

Properties

_name: string
_options: FixedConfigurationControlOptions<string[], {
    label: string;
    value: string;
}>
focused: boolean = false
itemsType: any = undefined
toggled: boolean = false

Accessors

  • get type():
        | "number"
        | "select"
        | "textarea"
        | "switch"
        | "text"
        | "integer"
        | "multiple-choice"
        | "array"
  • Returns
        | "number"
        | "select"
        | "textarea"
        | "switch"
        | "text"
        | "integer"
        | "multiple-choice"
        | "array"

Methods