@coveo/headless
    Preparing search index...

    Interface SpotlightContentClickPayload

    interface SpotlightContentClickPayload {
        desktopImage: string;
        id: string;
        position: number;
        responseId: string;
    }
    Index

    Properties

    desktopImage: string

    The desktop image URL of the spotlight content.

    id: string

    The unique identifier of the spotlight content.

    position: number

    The 1-based position of the spotlight content in the result set.

    responseId: string

    The response ID associated with the spotlight content.