property_is_not_null
The following is a list of properties for the function property_is_not_null
:
Property | Value |
---|---|
brief | Determine if a property exists in an object and is not null |
category | object |
description | Return true if the named property exists in an object and is not null. |
functionId | property_is_not_null |
functionLabel | property_is_not_null |
parameters | [ { "dataType": "object", "description": "Object to get property from.", "name": "object" }, { "dataType": "string", "description": "Name of property to check.", "name": "name" } ] |
returns | { "dataType": "boolean", "description": "True if object has named property that is not null." } |