Callbacks constructor
Callbacks({
- void onBeforeCommand()?,
- void onChangeContent()?,
- void onChangeCodeview()?,
- void onChangeSelection()?,
- void onDialogShown()?,
- void onEnter()?,
- void onFocus()?,
- void onBlur()?,
- void onBlurCodeview()?,
- void onImageLinkInsert()?,
- void onImageUpload()?,
- void onImageUploadError()?,
- void onInit()?,
- void onKeyUp(
- int?
- void onKeyDown(
- int?
- void onMouseUp()?,
- void onMouseDown()?,
- void onPaste()?,
- void onScroll()?,
Implementation
Callbacks({
this.onBeforeCommand,
this.onChangeContent,
this.onChangeCodeview,
this.onChangeSelection,
this.onDialogShown,
this.onEnter,
this.onFocus,
this.onBlur,
this.onBlurCodeview,
this.onImageLinkInsert,
this.onImageUpload,
this.onImageUploadError,
this.onInit,
this.onKeyUp,
this.onKeyDown,
this.onMouseUp,
this.onMouseDown,
this.onNavigationRequestMobile,
this.onPaste,
this.onScroll,
});