AlohaSmartContentChangeParameters class

Constructors

AlohaSmartContentChangeParameters(AlohaEditable _editableObject, String? _keyIdentifier, int? _keyCode, String? _char, String? _triggerType, String? _snapshotContent)
Smart content change event return parameters

Properties

char String?
The character entered
no setter
editableObject AlohaEditable
The editable object
no setter
hashCode int
The hash code for this object.
no setterinherited
keyCode int?
The key code
no setter
keyIdentifier String?
The key identifier
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotContent String?
Snapshot content The snapshot content of the editable as a HTML String
no setter
triggerType String?
The trigger type, one of keypress, idle, blur, paste, block-change
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited