Blockly.registry. Type
A name with the type of the element stored in the generic.
Constructor
Type
new Type(name)
Parameter |
|
---|---|
name |
The name of the registry type. |
Properties
BLOCK_DRAGGER
non-null Blockly.registry.Type containing Blockly.IBlockDragger
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
SERIALIZER
non-null Blockly.registry.Type containing Blockly.serialization.ISerializer
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.