Skip to main content

Class: FrequencyInputFormat

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:164

Format for radio frequency.

Implements

Constructors

Constructor

new FrequencyInputFormat(nullValueDisplay, min?, max?): FrequencyInputFormat

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:166

Parameters

ParameterTypeDefault value
nullValueDisplaystring'□□□□□'
min?numberundefined
max?numberundefined

Returns

FrequencyInputFormat

Inherit Doc

Properties

format

format: FormatterFunction<string>

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:170

Inherit Doc

Implementation of

Formatter.format


nullValueString

nullValueString: string

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:171

The string to show when a value is null

Implementation of

Formatter.nullValueString


parse()

parse: (input) => string | Promise<string | null> | null

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:168

Parameters

ParameterType
inputstring

Returns

string | Promise<string | null> | null

Inherit Doc

Implementation of

parse.__type