onElementSeen Method
Records that this particular element was visited during this synchronization. This information will later be used to determine which previously existing elements no longer exist and should be deleted.
onElementSeen(id: string): void
Parameter | Type | Description |
---|---|---|
id | string |
Returns - void
Defined in
- Synchronizer.ts Line 693
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.