blockly > blockRendering > ExternalValueInput
blockRendering.ExternalValueInput class
An object containing information about the space an external value input takes up during rendering
Signature:
export declare class ExternalValueInput extends InputConnection
Extends: InputConnection
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ExternalValueInput
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
connectionHeight | number | ||
connectionOffsetY | number | ||
connectionWidth | number | ||
height | number | ||
width | number |