Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
utils
isPlainObject
Function isPlainObject
isPlainObject
(
value
:
unknown
)
:
boolean
Determine whether a value is a plain object; that is, one with a constructor of Object of null.
Parameters
value
:
unknown
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
Determine whether a value is a plain object; that is, one with a constructor of Object of null.