Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = any

Hierarchy

Index

Constructors

constructor

Properties

category?: string
defaultValue: { ref: string; getValue: any }

Type declaration

  • ref: string
  • getValue:function
    • getValue(): T
    • Returns T

description?: string
fieldLabels?: {}

Type declaration

  • [name: string]: string
isEssential?: boolean
isHidden?: boolean
isOptional?: boolean
label?: string
legend?: Legend
shortLabel?: boolean
twoColumns?: boolean
type: "value-ref"

Methods

  • getOptions(): 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 }
  • Parameters

    • value: any

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

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

    • currentGroup: any

    Returns boolean

  • resolveRef(ref: string): T
  • Parameters

    • ref: string

    Returns T

Generated using TypeDoc