Request
Add a property on ComponentInstanceNode that indicates whether it's an instance of a component or vector set.
Both component instances and vector set instances are ComponentInstanceNodes, but there is no way to differentiate between them in the plugin API.
A boolean property is isVectorSet would solve this.
Use case
In the Renamer plugin, vector set nodes currently use the component icon in the results list because there's no way to know whether it's a component or vector set. If this property is added, we can update it to use a triangle icon for vector sets.

Request
Add a property on
ComponentInstanceNodethat indicates whether it's an instance of a component or vector set.Both component instances and vector set instances are
ComponentInstanceNodes, but there is no way to differentiate between them in the plugin API.A boolean property is
isVectorSetwould solve this.Use case
In the Renamer plugin, vector set nodes currently use the component icon in the results list because there's no way to know whether it's a component or vector set. If this property is added, we can update it to use a triangle icon for vector sets.