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
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
shortLabel?: boolean
twoColumns?: boolean
type: "data-ref"

Generated using TypeDoc