Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProductGridSearchProps

Index

Properties

Optional error

error: undefined | ApolloError

A runtime error with graphQLErrors and networkError properties.

Optional itemsPageResult

itemsPageResult: undefined | Items_findItemsByKeyword

An object containing the search result. Defaults to undefined.

loading

loading: boolean

A boolean that indicates whether the request is in flight.

Optional onLoadMore

onLoadMore: undefined | ((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.

Generated using TypeDoc