Readonly
addressReadonly
behaviorReadonly
databaseProtected
Static
Readonly
DELETIONProtected
Static
globalProtected
Static
Readonly
INCLUSIONProtected
addOptional
key: ScalarKey | Muid | [Muid, Muid] | Addressable | [Addressable, Addressable]Optional
value: Value | Deletion | InclusionOptional
meta: MetaOptional
onContainer: MuidDumps the contents of this group to a javascript array.Only includes explicitly included members. useful for debugging and could also be used to export data by walking the tree
Optional
asOf: AsOfeffective time to get the dump for: leave undefined to get data as of the present
an array containing Values (e.g. numbers, strings) and Containers (e.g. other Lists, Boxes, Directories)
Generates a JSON representation of the data in the group. Mostly intended for demo/debug purposes.
true to pretty print (not yet implemented)
Optional
asOf: AsOfoptional timestamp to look back to
Optional
seen: Set<string>(internal use only! This prevents cycles from breaking things)
a JSON string
Protected
Static
addStatic
createStatic
get
Excludes a Muid or Container from the group.