blockly > blockRendering > Measurable
blockRendering.Measurable class
The base class to represent a part of a block that takes up space during rendering. The constructor for each non-spacer Measurable records the size of the block element (e.g. field, statement input).
Signature:
export declare class Measurable
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(constants) | Constructs a new instance of the Measurable class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
centerline | number | ||
constants_ |
|
ConstantProvider | The renderer's constant provider. |
height | number | ||
notchOffset | number | ||
type | number | ||
width | number | ||
xPos | number |