blockly > Field > isFullBlockField

Field.isFullBlockField() method

Defines whether this field should take up the full block or not.

Be cautious when overriding this function. It may not work as you expect / intend because the behavior was kind of hacked in. If you are thinking about overriding this function, post on the forum with your intended behavior to see if there's another approach.

Signature:

protected isFullBlockField(): boolean;

Returns:

boolean