📄️ New object
New object {( property ; value {; property2 ; value2 ; ... ; propertyN ; valueN} )} : Object
📄️ New shared object
New shared object {( property ; value {; property2 ; value2 ; ... ; propertyN ; valueN} )} : Object
📄️ OB Class
OB Class ( object ) : any
📄️ OB Copy
OB Copy ( object {; resolvePtrs | {; option {; groupWith}}} ) : Object
📄️ OB Entries
OB Entries ( object ) : Collection
📄️ OB Get
OB Get ( object ; property {; type} ) : any
📄️ OB GET ARRAY
OB GET ARRAY ( object ; property ; array )
📄️ OB GET PROPERTY NAMES
OB GET PROPERTY NAMES ( object ; arrProperties {; arrTypes} )
📄️ OB Get type
OB Get type ( object ; property ) : Integer
📄️ OB Instance of
OB Instance of ( object ; class ) : Boolean
📄️ OB Is defined
OB Is defined ( object {; property} ) : Boolean
📄️ OB Is empty
OB Is empty ( object ) : Boolean
📄️ OB Is shared
OB Is shared ( toCheck ) : Boolean
📄️ OB Keys
OB Keys ( object ) : Collection
📄️ OB REMOVE
OB REMOVE ( object ; property )
📄️ OB SET
OB SET ( object ; property ; value {; property2 ; value2 ; ... ; propertyN ; valueN} )
📄️ OB SET ARRAY
OB SET ARRAY ( object ; property ; array )
📄️ OB SET NULL
OB SET NULL ( object ; property )
📄️ OB Values
OB Values ( object ) : Collection
📄️ Storage
Storage : Object