function sap/base/util/isPlainObject
Control sample:
module:sap/base/util/isPlainObject
Visiblity: public
Available since: N/A
Module: sap/base/util/isPlainObject
Application Component:
Checks whether the object is a plain object (created using "{}" or "new Object").
Parameters Overview
Param
Type
Default Value
Description
obj
Object
the object which is checked
Methods Overview
Method
Description