has_property node

Verify if a property exists on a given object.

Inputs

object [in]

The object on which the verification will be done.

key [in]

Name of the property.

Outputs

found [out]

True if the property exists on the input object, else False.