event property

void event=(JsObject event)

The event that triggered the creation of the editable, e.g the event from editableActivatedEvent. This is optional for this class but if not supplied some API calls will throw an exception.

Implementation

set event(js.JsObject event) => _event = event;