Skip to main content

Class: WeightInputFormat

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

Format for weight in pounds.

Implements

Constructors

Constructor

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

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

Parameters

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

Returns

WeightInputFormat

Inherit Doc

Properties

format

format: FormatterFunction<number>

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

Inherit Doc

Implementation of

Formatter.format


nullValueString

nullValueString: string

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

The string to show when a value is null

Implementation of

Formatter.nullValueString


parse()

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

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

Parameters

ParameterType
inputstring

Returns

number | Promise<number | null> | null

Inherit Doc

Implementation of

parse.__type