Optionalsnapshot: CRPostalAddressSnapshotReadonly@idJSON-LD identifier for this node.
Readonly@typeSchema.org type name for this node.
ReadonlyadditionalSchema.org additionalType: An additional type for the item.
Schema.org addressCountry: The country, recommended as ISO 3166-1 alpha-2.
Schema.org addressLocality: The locality in which the street address is.
Schema.org addressRegion: The region in which the locality is.
ReadonlyalternateSchema.org alternateName: An alias for the item.
Schema.org areaServed: The geographic area where a service or offered item is provided.
Schema.org availableLanguage: A language someone may use with or at the item, service or place.
Schema.org contactOption: An option available on this contact point.
Schema.org contactType: The kind of contact point.
ReadonlydescriptionSchema.org description: A description of the item.
ReadonlydisambiguatingSchema.org disambiguatingDescription: A short description used to disambiguate the item from other, similar items.
Schema.org email: Email address.
Schema.org extendedAddress: An address extension such as an apartment number, C/O or alternative name.
Schema.org faxNumber: The fax number.
Protected ReadonlyformatSchema.org hoursAvailable: The hours during which this service or contact is available.
ReadonlyidentifierSchema.org identifier.
Schema.org image: An image of the item.
Schema.org mainEntityOfPage: A page or other CreativeWork for which this thing is the main entity being described.
ReadonlynameSchema.org name: The name of the item.
Schema.org owner: A person or organization who owns this Thing.
Schema.org postalCode: The postal code.
Schema.org postOfficeBoxNumber: The post office box number for PO box addresses.
Schema.org potentialAction: A potential Action for this Thing.
Schema.org productSupported: The product or service this support contact point is related to.
ReadonlysameSchema.org sameAs: URL of a reference Web page that unambiguously indicates the item's identity.
Schema.org streetAddress: The street address.
ReadonlysubjectSchema.org subjectOf: A CreativeWork or Event about this Thing.
Schema.org telephone: The telephone number.
Schema.org url: URL of the item.
Iterates over the current live field entries.
Emits the current acknowledgement frontier for each field.
Registers an event listener.
The event type to listen for.
The listener to register.
Optionaloptions: boolean | AddEventListenerOptionsListener registration options.
Resets every field in the replica back to its default value.
Returns a cloned plain object view of the current replica fields.
The current field values keyed by field name.
Returns cloned key-value pairs for the current replica state.
The current field entries.
Removes overwritten identifiers that every provided frontier has acknowledged.
A collection of acknowledgement frontiers to compact against.
Returns canonical N-Quads for signing or hashing the live JSON-LD view.
This canonicalizes the live Schema.org presentation from toJSONLD().
If an application needs to sign the entire CRDT state, canonicalize
toJSON() separately at the application protocol layer.
Returns the struct field keys.
The field keys in the current replica.
Applies a remote or local delta to the replica state.
The partial serializable field delta to merge.
Removes an event listener.
The event type to stop listening for.
The listener to remove.
Optionaloptions: boolean | EventListenerOptionsListener removal options.
Emits the current serializable snapshot of the replica state.
Returns the current serializable snapshot projection of this replica.
Called automatically by JSON.stringify.
Exports the current live projection as Schema.org JSON-LD.
This does not return CRDT state. toJSON() remains the CRStruct snapshot
projection used for replication and persistence.
Attempts to return the current snapshot as a serialized JSON string.
ProtectedvalidateReturns cloned copies of the current field values.
The current field values.
StaticfromConstructs a fresh replica from a JSON-LD live presentation.
This is intentionally a constructor-style import, not a CRDT merge path.
Use merge() for CRDT snapshots and deltas.
Compacted or expanded Schema.org JSON-LD document to import.
CRDT-backed Schema.org PostalAddress.
Schema.org: The mailing address.