-
Notifications
You must be signed in to change notification settings - Fork 0
APIProcessingCallbackArgument
Qamsari edited this page Jul 26, 2021
·
2 revisions
Type that use in send data to OnProcessing callback in BasisCore API Component. this class inherit from CallbackArgument.
export declare type APIProcessingCallbackArgument = CallbackArgument & {
request: Request;
response: Promise<Response> | Response;
};Copyright © 2020 Manzoomeh Negaran Co Lts.
Powered by BasisCore
- Home
- IContext
- $bc
- Source
- Options
- ConnectionOptions
- Component
- UserDefinedComponent
- APIComponent
- HTML Components
- SourceBase Components
- Source Components
- Callback Argument
- Enum
- Util