Class ReadonlyORSet<V, Id>

Readonly observed-removed map.

Type Parameters

Implements

Constructors

Properties

attr: string

Attribute name that holds this set.

entityId: Id

The set entity ID.

store: ReadonlyTripleStore<Id, V>

The underlying store.

stringify: ((value, options?) => MaybePromise<string>) = defaultStringify

Type declaration

Accessors

Methods

  • Returns AsyncIterator<V, any, undefined>

Generated using TypeDoc