@coveo/headless
    Preparing search index...

    Interface HighlightKeyword

    interface HighlightKeyword {
        length: number;
        offset: number;
    }
    Index

    Properties

    Properties

    length: number

    The length of the offset.

    offset: number

    The 0 based offset inside the string where the highlight should start.