AlohaEditable constructor

AlohaEditable(
  1. JsObject? _context, [
  2. JsObject? _event
])

An Aloha editable class binding. Note that the context and event you pass here are NOT automatically retained by this class, if you want this to happen you must retain it in your client code. The main Aloha class for instance retains all proxies it uses to instantiate this class.

Implementation

AlohaEditable(this._context, [this._event]);