disabled property

bool disabled
final

Disable the editor immediately after startup. You can re-enable the editor by calling controller.enable().

Implementation

final bool disabled;