Property WatchAttachments
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
WatchAttachments
Callback for monitoring attachment changes in your data model.
public Func<CancellationToken, IAsyncEnumerable<WatchedAttachmentItem[]>> WatchAttachments { get; init; }