Type Parameters

  • T = any

Hierarchy

Constructors

constructor

Properties

category?: string
defaultValue: { getValue: (() => T); ref: string }

Type declaration

  • getValue: (() => T)
      • (): T
      • Returns T

  • ref: string
description?: string
fieldLabels?: { [name: string]: string }

Type declaration

  • [name: string]: string
getOptions: (() => readonly (readonly [string, string] | readonly [string, string, undefined | string])[])

Type declaration

    • (): readonly (readonly [string, string] | readonly [string, string, undefined | string])[]
    • Returns readonly (readonly [string, string] | readonly [string, string, undefined | 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
resolveRef: ((ref: string) => T)

Type declaration

    • (ref: string): T
    • Parameters

      • ref: string

      Returns T

shortLabel?: boolean
twoColumns?: boolean
type: "value-ref"

Generated using TypeDoc