Record functions
Reference documentation for Expressif functions in the record scope.
| Name | Overview |
|---|---|
field | Returns the value of the named field from the input record or object. Returns null when the field does not exist or the input does not expose named values. |
record | Creates a record by evaluating its named and spread entries against the input value. Later entries overwrite fields with the same name created by earlier entries. |
with | Evaluates named projections independently against the input, then evaluates a body expression against their temporary record. |