quick thought: plenty of functions accept multiple types for a given argument using typing.Union. It would be nice if we could somehow support that. Perhaps if a Union is specified, the widget itself could be "swappable" (i.e. right click on it and you can select from the various types in the Union)
quick thought: plenty of functions accept multiple types for a given argument using
typing.Union. It would be nice if we could somehow support that. Perhaps if aUnionis specified, the widget itself could be "swappable" (i.e. right click on it and you can select from the various types in the Union)