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 processingdeleteDocument(typeIri, documentIri): Delete documenthydrateStream(typeIri, ...): Stream of RDF graph updatesensure(typeIri, documentIri, ...): Ensure resource availability
Implementation
SyncEngine get syncEngine => _syncSystem;