Defines the individual disabled state of this Node
. Setting
disable
to true will cause this Node
and any subnodes to
become disabled. This property should be used only to set the disabled
state of a Node
. For querying the disabled state of a
Node
, the disabled
property should instead be used,
since it is possible that a Node
was disabled as a result of an
ancestor being disabled even if the individual disable
state on
this Node
is false
.
Node
@defaultValue false
Diagram: Node