blockly > Block > getInheritedDisabled

Block.getInheritedDisabled() method

Get whether the block is disabled or not due to parents. The block's own disabled property is not considered.

Signature:

getInheritedDisabled(): boolean;

Returns:

boolean

True if disabled.