The cumulated possible return types of an expression.
The possible simple return types of an expression.
Evaluates the specified expression and returns the result untyped.
Evaluates the specified expression and returns the result as array
or undefined
, in case the result wasn't an array
of any kind.
The expression to evaluate.
Evaluates the specified expression and returns the result as date
or undefined
, in case the result can't be converted into a date
representation.
The expression to evaluate.
Evaluates the specified expression and returns the result as number
or undefined
, in case the result can't be converted into a number
representation.
The expression to evaluate.
Evaluates the specified expression and returns the result as string
or undefined
, in case the result can't be converted into a string
representation.
The expression to evaluate.
Generated using TypeDoc
Introduction
The 'piweb.expressions' module returns the result of a system variable expression. The evaluation result depends on the context of the calling variable, as well as the current page state and many other parameters. Just like the other data provider methods.
import * as piweb from 'piweb'; import expressions = piweb.expressions;