isEnabled property

bool isEnabled
getter/setter pair

isEnabled as the name suggests, is used to enable or disable the editor When it is set to false, the user cannot edit or type in the editor

Implementation

bool isEnabled = true;