schema-components - v3.7.0
    Preparing search index...

    Interface HtmlText

    A text node. The text value is stored raw (unescaped) — the serialiser escapes it during output. Callers should NOT pre-escape.

    interface HtmlText {
        text: string;
    }
    Index

    Properties

    Properties

    text: string