@wdprlib/render
    Preparing search index...

    A single highlighted token with its CSS class and text content.

    interface HighlightToken {
        class: string;
        content: string;
    }
    Index

    Properties

    Properties

    class: string

    CSS class name suffix (used as hl-{class}).

    content: string

    The literal text content of this token.