MCPcopy
hub / github.com/FlowiseAI/Flowise / PmNode

Interface PmNode

packages/agentflow/src/atoms/utils/xmlTagUtils.ts:78–82  ·  view source on GitHub ↗

Minimal interface for walking a ProseMirror JSON tree.

Source from the content-addressed store, hash-verified

76
77/** Minimal interface for walking a ProseMirror JSON tree. */
78interface PmNode {
79 text?: string
80 content?: PmNode[]
81 [key: string]: unknown
82}
83
84/**
85 * ProseMirror JSON node type used when mention nodes (with `attrs`) may be present.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected