Optionaltags?: string[]A set of tags. Tags are arbitrary application-defined strings. ECHO makes no assumptions about the tag structure.
Get the metadata for a relation.
Returns mutable meta when passed a mutable relation (inside Relation.change callback).
Returns read-only meta when passed a regular relation or snapshot.
Readonlykeys: readonly { id: string; source: string }[]Optional Readonlytags?: readonly string[]A set of tags. Tags are arbitrary application-defined strings. ECHO makes no assumptions about the tag structure.
Get the metadata for a relation. Returns mutable meta when passed a mutable relation (inside
Relation.changecallback). Returns read-only meta when passed a regular relation or snapshot.