Defines interface for all context event handlers
Index
Properties
- afterExportResult
- afterFetchData
- afterLoadModel
- afterLoadQuery
- afterSyncQuery
- beforeExportResult
- beforeFetchData
- beforeLoadModel
- beforeLoadQuery
- beforeSyncQuery
- onError
- onInit
- onListRequest
- onProcessEnd
- onProcessStart
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