check property

bool? check

Check if the object can be edited by Aloha Editor return true if Aloha Editor can handle it.

Implementation

bool? get check => _context!.callMethod('check');