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

    Interface QuestionAnswerDocumentIdentifier

    The identifier of a document used to create the smart snippet.

    interface QuestionAnswerDocumentIdentifier {
        contentIdKey: string;
        contentIdValue: string;
    }
    Index

    Properties

    contentIdKey: string

    The content identifier key. Typically, permanentid or urihash.

    contentIdValue: string

    The content identifier value.