Interface RangedOption<D>

Available prescribed option for requirement/observation that can be set as a value for bid.requirementResponse/award.

Type parameters

Constructors

constructor

Properties

description Optional

: undefined | string

Free-text description for this option.

dimensions Optional

: D

id

: string | number

An identifier for this option.

maxValue Optional

: undefined | number

measure Optional

: string | number

minValue Optional

: undefined | number

period Optional

placeOfPerformance Optional

title Optional

: undefined | string

Title for this option.

unit Optional

Methods

isPresice

  • (): this is PreciseOption<D>
  • Used to check if this option is definined by a precise value.

isRanged

  • (): this is RangedOption<D>
  • Used to show if this coefficient should be defined by a range of [minValue, maxValue].

Generated using TypeDoc. Made by uStudio Company with ❤️