AlohaSmartContentChangeParameters constructor

AlohaSmartContentChangeParameters(
  1. AlohaEditable _editableObject,
  2. String? _keyIdentifier,
  3. int? _keyCode,
  4. String? _char,
  5. String? _triggerType,
  6. String? _snapshotContent,
)

Smart content change event return parameters

Implementation

AlohaSmartContentChangeParameters(this._editableObject, this._keyIdentifier,
    this._keyCode, this._char, this._triggerType, this._snapshotContent);