Isolation#
Added in version 4.22.
- class Isolation#
These flags describe the types of isolations possible with a
IsolationNode.
More isolation options may be added in the future.
Fields#
- class Isolation
- ALL#
Isolate everything. This will include features that are added in the future.
- BACKGROUND#
If the background should be made available. If the background is not available, future operations will be rendered to a transparent background and added to the existing background later.
- COPY_PASTE#
If copies should be available to paste nodes. If copies are not available, paste nodes can only paste from copies that are made inside the isolated contents.
- NONE#
No isolation is defined.