Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ITextNodeData

    Represents the content of a Text node in XML or HTML.

    interface ITextNodeData {
        data: string;
        nodeType: TEXT;
    }

    Hierarchy (View Summary)

    Properties

    data: string

    The text content.

    nodeType: TEXT