Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProductGridSearchProps

Index

Properties

error?: ApolloError

A runtime error with graphQLErrors and networkError properties.

itemsPageResult?: Items_findItemsByKeyword

An object containing the search result. Defaults to undefined.

loading: boolean

A boolean that indicates whether the request is in flight.

Methods

  • onLoadMore(offset?: number): Promise<void>
  • A function that enables pagination for your query. Pass in an offset for the starting point of a page, or leave it undefined for an infinite-scroll style pagination.

    Parameters

    • Optional offset: number

    Returns Promise<void>

Generated using TypeDoc