You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows to add logic to the constructor methods for e.g. validation checks.
This is also important to force a recalculation of computed attributes like node_participants_map in GridContainer
If we do not want the underlying attributes to get reassigned we can use the property feature for retrieval without implementing a set method.
The text was updated successfully, but these errors were encountered:
This allows to add logic to the constructor methods for e.g. validation checks.
This is also important to force a recalculation of computed attributes like
node_participants_map
inGridContainer
If we do not want the underlying attributes to get reassigned we can use the property feature for retrieval without implementing a set method.
The text was updated successfully, but these errors were encountered: