ContextFetchDataOptions interface

Extends

FetchOptions

Index

Properties

Properties


chunk

● chunk?: ChunkWithPageOptions


data

● data?: any


error

● error?: (errorMessage: string, action: string) => void


options

● options?: any


query

● query?: Query


success

● success?: (result: any) => void