hashbrown

MagicTextCaretRenderProps

Render context supplied to caret renderer callbacks.

API

interface MagicTextCaretRenderProps  {
}
isComplete
boolean

Whether the parser state is complete for the current source text.

openNode
MagicTextAstNode | null

The deepest currently open AST node, if any.