Skip to content

Add isVectorSet property to ComponentInstanceNode #358

@madebyisaacr

Description

@madebyisaacr

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions