-
Notifications
You must be signed in to change notification settings - Fork 0
SourceCallbackArgument
Qamsari edited this page Jul 26, 2021
·
1 revision
Type that use in send data to OnProcessing callback in all BasisCore SourceBase Components and callback method in Callback Component. this class inherit from CallbackArgument.
export declare type SourceCallbackArgument = CallbackArgument & {
source?: ISource;
};-
source
ISource object present a data that using in execution process of component.
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