Get the metadata for an object.
Returns mutable meta when passed a mutable object (inside Obj.update callback).
Returns read-only meta when passed a regular object or snapshot.
Unix ms timestamp when this entity was created.
Read-only; sourced from the system section of the automerge document — not stored in meta.
Optionalkey?: string
Fully-qualified registry key for the object (FQN format, e.g. org.example.type.foo).
Identifies the canonical registry entry the object instance was created from.
keys: {id:string;source:string}[]
tags: Ref<Tag>[]
Tags applied to this entity, as references to Tag objects.
OptionalupdatedAt?: number
Unix ms timestamp of the last automerge change on this entity's document.
Read-only; derived from the automerge change graph — not stored in meta.
Optionalversion?: string
Semantic version of the registry entry the object was created from.
Must be a valid semver string (e.g. 1.2.3).
Get the metadata for an object.
Returns mutable meta when passed a mutable object (inside Obj.update callback).
Returns read-only meta when passed a regular object or snapshot.
Unix ms timestamp when this entity was created.
Read-only; sourced from the system section of the automerge document — not stored in meta.
OptionalReadonlykey?: string
Fully-qualified registry key for the object (FQN format, e.g. org.example.type.foo).
Identifies the canonical registry entry the object instance was created from.
A hook bound to window.DXOS.