Skip to content

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;
};

properties:

  • source
    ISource object present a data that using in execution process of component.

Clone this wiki locally