⚠️ This is pre-release documentation for v3. For stable docs, visit v2.
Skip to content

@tmlmt/cooklang-parser / ArbitraryScalable

Interface: ArbitraryScalable

Represents an arbitrary scalable quantity in a recipe.

Properties

name?

optional name: string

The name of the arbitrary scalable quantity.


quantity

quantity: FixedNumericValue

The numerical value of the arbitrary scalable quantity.


unit?

optional unit: string

The unit of the arbitrary scalable quantity.