Type alias TextNode

TextNode: {
    content: string;
    type: "text";
}

Type declaration

  • content: string

    The text of the node.

  • type: "text"

    The type of the node.

Generated using TypeDoc v0.25.6