Variable EditLine.editorAction

class EditLine
{
  // ...
  Signal!(dcanvas.widgets.editors.EditorActionHandler) editorAction;
  // ...
}