markmv - v1.26.2
    Preparing search index...

    Interface TextNode

    interface TextNode {
        type: "text";
        value: string;
    }

    Hierarchy

    • Node
      • TextNode
    Index

    Properties

    Properties

    type: "text"

    Node type.

    value: string