@nosto/autocomplete

    Interface AutocompleteProps

    interface AutocompleteProps {
        history?: { item: string }[];
        response?: {
            keywords: { hits: SearchKeyword[] };
            products: { hits: SearchProduct[] };
        };
    }
    Index

    Properties

    Properties

    history?: { item: string }[]
    response?: {
        keywords: { hits: SearchKeyword[] };
        products: { hits: SearchProduct[] };
    }

    The response from the autocomplete API.

    MMNEPVFCICPMFPCPTTAAATR