@coveo/headless-react
    Preparing search index...

    Interface InlineLink

    interface InlineLink {
        linkText: string;
        linkURL: string;
    }
    Index

    Properties

    Properties

    linkText: string

    The text of the inline link.

    linkURL: string

    The URL of the inline link.