Skip to main content

getFertilizerParametersDescription

@svenvw/fdm-source


@svenvw/fdm-source / fdm-core/src / getFertilizerParametersDescription

Function: getFertilizerParametersDescription()

getFertilizerParametersDescription(locale): FertilizerParameterDescription

Defined in: fdm-core/src/fertilizer.ts:993

Retrieves a description of the available fertilizer parameters.

This function returns an array of objects, each describing a fertilizer parameter. Each description includes the parameter's name, unit, type (numeric or enum), a human-readable name, a detailed description, and optional constraints like minimum and maximum values or a list of valid options for enum types.

Parameters

locale

string = "NL-nl"

The locale for which to retrieve the descriptions. Currently only 'NL-nl' is supported.

Returns

FertilizerParameterDescription

An array of fertilizerParameterDescriptionItem objects.

Throws

If an unsupported locale is provided.