Last updated
Last updated
Enabled settings allows you to disable all functionality of an object and its children.
enabled: false
can be specified in object properties to have it start as disabled. If you want to make the object invisible without disabling other functionalities (like clicking, or the children of the object), use invisible: false
instead.
To change the enabled state of objects from functions, see
To enable the button based on conditions, see