Enumeration
SyncConflictResolution
The type of conflict resolution to employ during Version Cue synchronization.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1986216769 | readonly | Asks the user how to resolve conflicts. | |
| Number = 1986216780 | readonly | Uses the local version. | |
| Number = 1986216784 | readonly | Uses the project version. | |
| Number = 1986216787 | readonly | Skips conflicting files. |
Parameter of 1
Method parameters that accept an SyncConflictResolution value.