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

Interface TextNode

packages/plugins/src/index.ts:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 * Figma text node representation including plain characters.
32 */
33export interface TextNode extends DesignNodeBase {
34 /** Identifies the node as a text node. */
35 type: 'TEXT'
36
37 /** Raw text characters contained in the node. */
38 characters: string
39}
40
41/**
42 * Shared structure for nodes that support children.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected