Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a text highlight.

    interface TextHighlight {
        occurrence: number;
        text: string;
    }
    Index

    Properties

    Properties

    occurrence: number

    The occurrence count of the highlighted text.

    text: string

    The highlighted text.