pendingSyncChangesetIndices
pendingSyncChangesetIndices: number[]
An array of changeset indices to ignore when doing a forward sync. This array gets appended to during a reverse sync and cleared during a forward sync. Since a reverse sync pushes a changeset to the master db, the changeset pushed to the master db by the reverse sync isn't considered part of the changes made on the master db and therefore doesn't need to be synced back to the branch during a forward sync.
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.