param icon indicating copy to clipboard operation
param copied to clipboard

Add `is_instance` attribute to `Param.List`

Open maximlt opened this issue 2 years ago • 0 comments

There's currently no way to validate that the items in a param.List are a subclass of a given class, it's assumed they are all instance objects of item_type. I suggest adding the attribute is_instance=False similarly to ClassSelector.

maximlt avatar Oct 05 '23 10:10 maximlt