@argdown/core
    Preparing search index...

    Interface HasText

    interface HasText {
        ranges?: IRange[];
        text?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ranges?: IRange[]
    text?: string