Preparing search index...
The search index is not available
@xeokit/sdk - v0.1.0
@xeokit/sdk
utils
isObject
Function isObject
isObject
(
value
:
{
constructor
:
Function
}
)
:
boolean
Tests if the given value is a JavaScript JSON object, eg,
{ foo: "bar" }
.
Parameters
value
:
{
constructor
:
Function
}
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@xeokit/sdk - v0.1.0
Loading...
Tests if the given value is a JavaScript JSON object, eg,
{ foo: "bar" }
.