-
Notifications
You must be signed in to change notification settings - Fork 0
CallbackArgument
Qamsari edited this page Jul 26, 2021
·
2 revisions
Base Type for all object that send to callback method from rendering context. this callback define by user for BasisCore command component for manage rendering process notify of some event happen.
export declare type CallbackArgument = {
context: IContext;
node: Node;
};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