Synclets logoSynclets

Address type aliases

Address

The Address type represents an array of string segments that form a path to a specific location within the data or metadata tree. For example, ['users', '123', 'name'] addresses the 'name' atom nested under user '123'. The length of the address must match the configured tree depth. Read more.

AnyAddress

The AnyAddress type unifies all Atom, Timestamp, and parent addresses a Synclet can reference. Read more.

AnyParentAddress

The AnyParentAddress type covers every location that has children (whether Atoms, Timestamps, or other parent nodes). Read more.

AtomAddress

The AtomAddress type narrows an Address to a leaf that stores an Atom at a fixed depth in a data tree. Read more.

AtomsAddress

The AtomsAddress type targets the parent location that contains a collection of Atoms in a data tree. Read more.

TimestampAddress

The TimestampAddress type narrows an Address to the leaf that stores a Timestamp at a fixed depth in a meta tree. Read more.

TimestampsAddress

The TimestampsAddress type targets the parent node that contains a collection of Timestamps in a meta tree. Read more.