Checks if a chain of properties exists on the given object.
true if the property chain leads to a truthy value, false otherwise.
true
false
The object to be checked.
Rest
Chained properties.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Checks if a chain of properties exists on the given object.
Returns
true
if the property chain leads to a truthy value,false
otherwise.