ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface CarolinaSearchResponse

    Main response structure for search operations. Contains search results, page information, and associated content data.

    interface CarolinaSearchResponse {
        templateType: string;
        metadata?: Record<string, unknown>;
        contentId: string;
        containerContentId?: string;
        attributes: Record<string, unknown>;
        executionStartTime: number;
        previewMode: boolean;
        ssRecsInfoPageObj: { page: { type: string; searchString: string } };
        "@type": string;
        pageTitle: string;
        enableLoadImageAsLink: string;
        responseStatusCode: number;
        contents: { ContentFolderZone: ContentFolder[] };
        dataLayer_obj3: Record<string, unknown>;
        pageImagesList: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    templateType: string

    The type of template being used

    metadata?: Record<string, unknown>

    Optional metadata key-value pairs associated with the object

    contentId: string

    Unique identifier for the content

    containerContentId?: string

    Optional identifier for the parent container

    attributes: Record<string, unknown>

    Additional attributes stored as key-value pairs

    executionStartTime: number

    Timestamp when execution started

    previewMode: boolean

    Flag indicating if the content is in preview mode

    ssRecsInfoPageObj: { page: { type: string; searchString: string } }

    Search recommendations page object

    Type declaration

    • page: { type: string; searchString: string }

      Page information

      • type: string

        Type of page

      • searchString: string

        Search query string

    "@type": string

    Type identifier for the response

    pageTitle: string

    Title of the page

    enableLoadImageAsLink: string

    Setting for image loading behavior

    responseStatusCode: number

    HTTP response status code

    contents: { ContentFolderZone: ContentFolder[] }

    Content sections

    Type declaration

    dataLayer_obj3: Record<string, unknown>

    Data layer object for analytics

    pageImagesList: string[]

    List of image URLs used on the page