blockly > registry > Type

registry.Type class

A name with the type of the element stored in the generic.

Signature:

export declare class Type<_T> 

Constructors

Constructor Modifiers Description
(constructor)(name) Constructs a new instance of the Type class

Properties

Property Modifiers Type Description
BLOCK_DRAGGER static Type<IBlockDragger>
CONNECTION_CHECKER static Type<IConnectionChecker>
CONNECTION_PREVIEWER static Type<IConnectionPreviewer>
CURSOR static Type<Cursor>
EVENT static Type<Abstract>
FIELD static Type<Field<any>>
FLYOUTS_HORIZONTAL_TOOLBOX static Type<IFlyout>
FLYOUTS_VERTICAL_TOOLBOX static Type<IFlyout>
INPUT static Type<Input>
METRICS_MANAGER static Type<IMetricsManager>
RENDERER static Type<Renderer>
THEME static Type<Theme>
TOOLBOX_ITEM static Type<ToolboxItem>
TOOLBOX static Type<IToolbox>

Methods

Method Modifiers Description
toString() Returns the name of the type.