Closed ManuelHentschel closed 4 years ago
Adds support for the new invalidatedEvent.
invalidatedEvent
This event is sent after setting a variable to properly display side effects of variable assignments (e.g. assigning a new dim to an array affects all other child variables of the array as well).
dim
Adds support for the new
invalidatedEvent
.This event is sent after setting a variable to properly display side effects of variable assignments (e.g. assigning a new
dim
to an array affects all other child variables of the array as well).