Variable: TEST_ONLY
const TEST_ONLY: object;
Defined in: packages/blockly/core/registry.ts:44
Type Declaration
typeMap
typeMap: object;
A map of maps. With the keys being the type and name of the class we are registering and the value being the constructor function. e.g. {'field': {'field_angle': Blockly.FieldAngle}}
Index Signature
[key: string]: object