@coveo/headless
    Preparing search index...

    Interface AttachToCaseOptions

    interface AttachToCaseOptions {
        caseId: string;
        result: Result;
    }
    Index

    Properties

    Properties

    caseId: string

    The Id of the case to attach to.

    result: Result

    The result to attach, detach.