holoviz/param

Add `is_instance` attribute to `Param.List`

maximlt opened this issue · 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.