MutationAction
public enum MutationAction
Ways of modifying a stage’s transformers. Used by Service.configureTransformer(...).
-
Remove all existing transformers and add the new one.
Declaration
Swift
case replaceExisting -
Add the new transformer at the end of the existing ones.
Declaration
Swift
case appendToExisting
View on GitHub
MutationAction Enumeration Reference