OpenWGA 7.2 - TMLScript reference
TMLContext "this"Method :
isEmptyValue(value)
On object | TMLContext "this" |
Usage |
Returns if the given value is regarded "empty" |
Description |
This is a variant of this.isEmpty() that can be used to directly test arbitrary values that are not stored in items or WebTML variables. It regards the same values as empty as this method |
Parameters |
value: Some custom value |
Return value |
true if the value is regarded empty, false otherwise |
Allowed in script types |
|