@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A literal text/content node.

    interface TemplateTextNode {
        kind: "text";
        text: string;
    }
    Index

    Properties

    Properties

    kind: "text"

    Node discriminator.

    text: string

    Literal text content.