Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 443 Bytes

pinot-noir.tqueuetolerancepredefined.md

File metadata and controls

24 lines (19 loc) · 443 Bytes

Home > pinot-noir > TQueueTolerancePredefined

TQueueTolerancePredefined type

Predefined queue tolerance values.

Signature:

export type TQueueTolerancePredefined =
  | 0
  | 0.1
  | 0.2
  | 0.3
  | 0.4
  | 0.5
  | 0.6
  | 0.7
  | 0.8
  | 0.9
  | 1;