Fetches the parameter with the specified id and returns the result untyped.
The parameter to fetch.
Fetches the parameter with the specified id and returns the result as array or undefined, in case the result wasn't an array of any kind.
The parameter to fetch.
Fetches the parameter with the specified id and returns the result as date or undefined, in case the result can't be converted into a date representation.
The parameter to fetch.
Fetches the parameter with the specified id and returns the result as number or undefined, in case the result can't be converted into a number representation.
The parameter to fetch.
Fetches the parameter with the specified id and returns the result as string or undefined, in case the result can't be converted into a string representation.
The parameter to fetch.
Generated using TypeDoc
Introduction
The 'piweb.parameters' module returns the value of parameters for the current calculation call.
import * as piweb from 'piweb'; import parameters = piweb.parameters;