on_edit

set of flags, defines which types are editable

hash on_edit;

Example

property.on_edit["mycheckbox"] = false;
 
//or
 
property.on_edit["custombox"] = "text";

Back to top