-
Notifications
You must be signed in to change notification settings - Fork 0
APIProcessedCallbackArgument
Qamsari edited this page Jul 26, 2021
·
2 revisions
Type that use in send data to OnProcessed callback in BasisCore API Component. this class inherit from CallbackArgument.
export declare type APIProcessedCallbackArgument = CallbackArgument & {
request: Request;
response: Response;
results: Data[];
};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