supportsVector property
bool
get
supportsVector
Whether the node supports vector capabilities
Implementation
bool get supportsVector {
return node is figma.Vector;
}
Whether the node supports vector capabilities
bool get supportsVector {
return node is figma.Vector;
}