@coveo/headless
    Preparing search index...

    Interface SetAttachedResultsActionCreatorPayload

    interface SetAttachedResultsActionCreatorPayload {
        loading?: boolean;
        results: AttachedResult[];
    }
    Index

    Properties

    Properties

    loading?: boolean

    Is the data for Attached Results currently loading.

    results: AttachedResult[]

    The array of all attached results.