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

Interface TextLine

packages/extension/mcp/tools/code/text/types.ts:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43export interface TextLine {
44 runs: TextRun[]
45 attrs: {
46 listType: 'ORDERED' | 'UNORDERED' | 'NONE'
47 indentation: number
48 listSpacing: number
49 paragraphSpacing: number
50 }
51}
52
53export interface TextBlock {
54 type: BlockType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected