MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / TextAnnotation

Interface TextAnnotation

packages/shared/src/types.ts:401–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399export type ToolType = "select";
400
401export interface TextAnnotation {
402 type: "text";
403 id: string;
404 position: { x: number; y: number };
405 content: string;
406 fontSize: number;
407 color: string;
408 targetComponent: ComponentRef | null;
409}
410
411export interface ColorOverride {
412 type: "colorChange";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected