syncEngine property

SyncEngine get syncEngine

Direct access to the underlying SyncEngine for advanced operations.

Provides graph-level operations:

  • save(typeIri, graph): Save RDF graph with CRDT processing
  • deleteDocument(typeIri, documentIri): Delete document
  • hydrateStream(typeIri, ...): Stream of RDF graph updates
  • ensure(typeIri, documentIri, ...): Ensure resource availability

Implementation

SyncEngine get syncEngine => _syncSystem;