@nosto/autocomplete

    Interface DefaultState

    interface DefaultState {
        history?: { item: string }[];
        query?: InputSearchQuery;
        response?: SearchResult;
    }
    Index

    Properties

    history?: { item: string }[]

    The history items.

    query?: InputSearchQuery

    The current search query object.

    response?: SearchResult

    The current search response.

    MMNEPVFCICPMFPCPTTAAATR