Skip to main content

Home > 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

ConstructorModifiersDescription
(constructor)(name)Constructs a new instance of the Type class

Properties

PropertyModifiersTypeDescription
BLOCK_DRAGGERstaticType<IDragger>Type for an IDragger. Formerly behavior was mostly covered by BlockDraggeers, which is why the name is inaccurate.
CONNECTION_CHECKERstaticType<IConnectionChecker>
CONNECTION_PREVIEWERstaticType<IConnectionPreviewer>
CURSORstaticType<LineCursor>
EVENTstaticType<Abstract>
FIELDstaticType<Field<any>>
FLYOUT_INFLATERstaticType<IFlyoutInflater>
FLYOUTS_HORIZONTAL_TOOLBOXstaticType<IFlyout>
FLYOUTS_VERTICAL_TOOLBOXstaticType<IFlyout>
INPUTstaticType<Input>
METRICS_MANAGERstaticType<IMetricsManager>
RENDERERstaticType<Renderer>
THEMEstaticType<Theme>
TOOLBOX_ITEMstaticType<ToolboxItem>
TOOLBOXstaticType<IToolbox>
VARIABLE_MAPstaticType<IVariableMap<IVariableModel<IVariableState>>>
VARIABLE_MODELstaticType<IVariableModelStatic<IVariableState> & IVariableModel<IVariableState>>

Methods

MethodModifiersDescription
toString()Returns the name of the type.