Enumeration
SnapshotBlendingModes
Modes that control which nearby snapshots, by size and shape, are blended into the new layout.
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 = 1399735925 | readonly | Use up to three nearest snapshots even if a snapshot is in a different class that the new layout. | |
| Number = 1399736679 | readonly | Turns off the influence of layout snapshots completely. | |
| Number = 1399737449 | readonly | Use only layout snapshots within the same class as the new layout. | |
| Number = 1399737957 | readonly | Use the layout snapshot nearest in size and shape to the new layout. |
Object of 1
Properties elsewhere that hold an SnapshotBlendingModes value.