MutationMode : string
The mode used in mutations (sic!).
Table of Contents
Cases
- Append = 'append'
- just appends to a given directive
- Extend = 'extend'
- shortcut for `InheritOnce` and `Append`
- InheritAgain = 'inherit-again'
- inherits again from the corresponding ancestor chain and merges existing sources
- InheritOnce = 'inherit-once'
- inherits once from the corresponding ancestor chain
- Reduce = 'reduce'
- reduces a directive by a given aspect
- Remove = 'remove'
- removes a directive completely
- Set = 'set'
- sets (overrides) a directive completely
Cases
Set
sets (overrides) a directive completely
Append
just appends to a given directive
InheritOnce
inherits once from the corresponding ancestor chain
InheritAgain
inherits again from the corresponding ancestor chain and merges existing sources
Extend
shortcut for `InheritOnce` and `Append`
Reduce
reduces a directive by a given aspect
Remove
removes a directive completely