Blockly.registry. Type
Constructor
Type
new Type(name)
A name with the type of the element stored in the generic.
Parameter |
|
---|---|
name |
string The name of the registry type. |
Properties
CONNECTION_CHECKER
non-null Blockly.registry.Type containing Blockly.IConnectionChecker
CURSOR
non-null Blockly.registry.Type containing Blockly.Cursor
EVENT
non-null Blockly.registry.Type containing Blockly.Events.Abstract
FIELD
non-null Blockly.registry.Type containing Blockly.Field
FLYOUTS_HORIZONTAL_TOOLBOX
non-null Blockly.registry.Type containing Blockly.IFlyout
FLYOUTS_VERTICAL_TOOLBOX
non-null Blockly.registry.Type containing Blockly.IFlyout
METRICS_MANAGER
non-null Blockly.registry.Type containing Blockly.IMetricsManager
RENDERER
non-null Blockly.registry.Type containing Blockly.blockRendering.Renderer
THEME
non-null Blockly.registry.Type containing Blockly.Theme
TOOLBOX
non-null Blockly.registry.Type containing Blockly.IToolbox
TOOLBOX_ITEM
non-null Blockly.registry.Type containing Blockly.ToolboxItem
Method
toString
toString() returns string
Returns the name of the type.
- Returns
-
string
The name.