function sap/base/util/isEmptyObject

Visiblity: public
Available since: N/A
Module: sap/base/util/isEmptyObject
Application Component:

Validates if the given object is empty, that is that it has no enumerable properties.

Note that null and undefined comply with this definition of 'empty'. The behavior for non-object values is undefined and might change in future.


Parameters Overview

Param Type Default Value Description
obj Object the object which is checked

Methods Overview

Method Description