@coveo/headless
    Preparing search index...

    Interface AttachedResultsState

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

    Properties

    Properties

    loading: boolean

    Whether the attached results are currently being loaded.

    results: AttachedResult[]

    The list of attached results for the specified case.