Effects targeting calculations by tag now work in the engine and actions
This commit is contained in:
@@ -24,6 +24,15 @@ function computedOnlyField(field){
|
||||
optional: true,
|
||||
removeBeforeCompute: true,
|
||||
},
|
||||
// A list of effects targeting this calculation
|
||||
[`${field}.effects`]: {
|
||||
type: Array,
|
||||
optional: true,
|
||||
},
|
||||
[`${field}.effects.$`]: {
|
||||
type: Object,
|
||||
blackbox: true,
|
||||
},
|
||||
// A cache of the parse result of the calculation
|
||||
[`${field}.parseNode`]: {
|
||||
type: Object,
|
||||
|
||||
Reference in New Issue
Block a user