Type Parameters

  • E extends string

Hierarchy

Constructors

constructor

Properties

category?: string
defaultValue: E[]
description?: string
emptyValue?: string
fieldLabels?: { [name: string]: string }

Type declaration

  • [name: string]: string
help?: ((value: any) => { description?: string; legend?: Legend })

Type declaration

    • (value: any): { description?: string; legend?: Legend }
    • Parameters

      • value: any

      Returns { description?: string; legend?: Legend }

      • Optional description?: string
      • Optional legend?: Legend
hideIf?: ((currentGroup: any) => boolean)

Type declaration

    • (currentGroup: any): boolean
    • Parameters

      • currentGroup: any

      Returns boolean

isEssential?: boolean
isHidden?: boolean
isOptional?: boolean
label?: string
legend?: Legend
options: readonly (readonly [E, string])[]

array of (value, label) tuples

shortLabel?: boolean
twoColumns?: boolean
type: "multi-select"

Generated using TypeDoc