blockly > Blocks

Blocks variable

A mapping of block type names to block prototype objects.

Signature:

Blocks: {
    [key: string]: BlockDefinition;
}