MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / VectorNode

Interface VectorNode

packages/plugins/src/index.ts:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84export interface VectorNode extends DesignNodeBase {
85 /** Identifies the node as a vector. */
86 type: 'VECTOR'
87
88 /** Fill styles applied to the vector. */
89 fills: Fill[]
90}
91
92/**
93 * Instance node with optional reference to its master component.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected