Type Parameters

  • T

Hierarchy

Constructors

constructor

Properties

category?: string
cycle?: boolean
defaultValue: T
description?: 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 [T, string] | readonly [T, string, undefined | string])[]

array of (value, label) tuples

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

Generated using TypeDoc