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
Currently, Components are created without any arguments, resulting in an initialization with default values.
While this behavior is close to the creation in the GUI, and thus somewhat intuitive, it might be useful to initialize them directly with the desired values.
This could be achieved with a class method that takes the parameters as a dictionary.
The text was updated successfully, but these errors were encountered:
Currently, Components are created without any arguments, resulting in an initialization with default values.
While this behavior is close to the creation in the GUI, and thus somewhat intuitive, it might be useful to initialize them directly with the desired values.
This could be achieved with a class method that takes the parameters as a dictionary.
The text was updated successfully, but these errors were encountered: