@coveo/headless-react
    Preparing search index...

    Interface InstantProductsOptions

    interface InstantProductsOptions {
        cacheTimeout?: number;
        searchBoxId?: string;
    }
    Index

    Properties

    cacheTimeout?: number

    Number in milliseconds that cached products will be valid for. Defaults to 1 minute. Set to 0 so that products never expire.

    searchBoxId?: string

    A unique identifier for the search box.