Readonly@idJSON-LD identifier for this node.
Readonly@typeSchema.org type name for this node.
ReadonlyadditionalSchema.org additionalType: An additional type for the item.
ReadonlyalternateSchema.org alternateName: An alias for the item.
Schema.org applicationCategory: Type of software application.
Schema.org applicationSubCategory: Subcategory of the application.
Schema.org applicationSuite: Name of the application suite.
Schema.org availableOnDevice: Device required to run the application.
Schema.org countriesNotSupported: Countries where the app is not supported.
Schema.org countriesSupported: Countries where the app is supported.
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 downloadUrl: URL to download the binary.
Schema.org featureList: Features or modules provided by this application.
Schema.org fileSize: Size of the application package.
Protected ReadonlyformatReadonlyidentifierSchema.org identifier.
Schema.org image: An image of the item.
Schema.org installUrl: URL at which the app may be installed.
Schema.org mainEntityOfPage: A page or other CreativeWork for which this thing is the main entity being described.
Schema.org memoryRequirements: Minimum memory requirements.
ReadonlynameSchema.org name: The name of the item.
Schema.org operatingSystem: Operating systems supported.
Schema.org owner: A person or organization who owns this Thing.
Schema.org permissions: Permissions required to run the app.
Schema.org potentialAction: A potential Action for this Thing.
Schema.org processorRequirements: Processor architecture required.
Schema.org releaseNotes: Description of what changed in this version.
Schema.org runtimePlatform: Runtime platform or interpreter dependencies.
ReadonlysameSchema.org sameAs: URL of a reference Web page that unambiguously indicates the item's identity.
Schema.org screenshot: A screenshot image of the app.
Schema.org softwareAddOn: Additional content for a software application.
Schema.org softwareHelp: Software application help.
Schema.org softwareRequirements: Component dependency requirements.
Schema.org softwareVersion: Version of the software instance.
Schema.org storageRequirements: Free storage required.
ReadonlysubjectSchema.org subjectOf: A CreativeWork or Event about this Thing.
Schema.org supportingData: Supporting data for a SoftwareApplication.
Schema.org url: URL of the item.
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.
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.
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.
ProtectedvalidateStaticfromConstructs 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 SoftwareApplication.
Schema.org: A software application.