Properties
Optional
category
category?: string
defaultValue
defaultValue: { getValue: (() => T); ref: string }
Type declaration
-
getValue: (() => T)
-
ref: string
Optional
description
description?: string
Optional
fieldLabels
fieldLabels?: { [name: string]: string }
getOptions
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])[]
Optional
help
help
?: ((value
: any) => { description
?: string; legend
?: Legend })
Type declaration
-
- (value: any): { description?: string; legend?: Legend }
-
Returns { description?: string; legend?: Legend }
-
Optional
description?: string
-
Optional
legend?: Legend
Optional
hideIf
hideIf?: ((currentGroup: any) => boolean)
Type declaration
-
- (currentGroup: any): boolean
-
Returns boolean
Optional
isEssential
isEssential?: boolean
Optional
isHidden
isHidden?: boolean
Optional
isOptional
isOptional?: boolean
Optional
label
label?: string
resolveRef
resolveRef: ((ref: string) => T)
Type declaration
-
- (ref: string): T
-
Returns T
Optional
shortLabel
shortLabel?: boolean
Optional
twoColumns
twoColumns?: boolean
type
type: "value-ref"