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: MuidGenerates a JSON representation of the data in the key set. Mostly intended for demo/debug purposes.
true to pretty print
Optional
asOf: AsOfeffective time
Optional
seen: Set<string>(internal use only! This prevents cycles from breaking things)
a JSON string
Protected
Static
addStatic
createStatic
get
Adds a key to the keyset. If a bundler is supplied, the function will add the entry to that bundler and return immediately (presumably you know what to do with a CS if you passed it in). If the caller does not supply a bundler, then one is created on the fly, and then this method will await on the CS being added to the database instance. This is to allow simple console usage like: await myKeySet.add("foo");