EqContextHandlers interface

Defines interface for all context event handlers

Index

Properties

Properties


afterExportResult

● afterExportResult?: (context: EqContext) => void


afterFetchData

● afterFetchData?: (context: EqContext) => void


afterLoadModel

● afterLoadModel?: (context: EqContext) => void


afterLoadQuery

● afterLoadQuery?: (context: EqContext) => void


afterSyncQuery

● afterSyncQuery?: (context: EqContext) => void


beforeExportResult

● beforeExportResult?: (context: EqContext, options?: ContextExportResultOptions) => void


beforeFetchData

● beforeFetchData?: (context: EqContext, options?: ContextFetchDataOptions) => void


beforeLoadModel

Tuners. Each tuner is a function which are called before sending a request to the server

● beforeLoadModel?: (context: EqContext, options?: ContextLoadModelOptions) => void


beforeLoadQuery

● beforeLoadQuery?: (context: EqContext, options?: ContextLoadQueryOptions) => void


beforeSyncQuery

● beforeSyncQuery?: (context: EqContext, options?: ContextSyncQueryOptions) => void


onError

● onError?: (context: EqContext, status: ActionStatus) => void


onInit

● onInit?: (context: EqContext) => void


onListRequest

● onListRequest?: (data: any, callback: (list: any) => void) => boolean


onProcessEnd

● onProcessEnd?: (context: EqContext, status: ActionStatus) => void


onProcessStart

● onProcessStart?: (context: EqContext, status: ActionStatus) => void