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

Interface Fill

packages/plugins/src/index.ts:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 * Fill style as either a literal color or a variable.
78 */
79export interface Fill {
80 /** Hex color string or variable reference describing the fill color. */
81 color: string | Variable
82}
83
84export interface VectorNode extends DesignNodeBase {
85 /** Identifies the node as a vector. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected