@coveo/headless
    Preparing search index...

    Interface InsightInterfaceState

    interface InsightInterfaceState {
        config?: {
            contextFields: Record<string, string>;
            interface?: InsightInterface;
        };
        error?: InsightAPIErrorStatusResponse;
        loading: boolean;
    }
    Index

    Properties

    config?: { contextFields: Record<string, string>; interface?: InsightInterface }
    loading: boolean