skeldjs
    Preparing search index...

    Interface TextParsePart

    interface TextParsePart {
        type: Text;
        value: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: Text
    value: null | string