Skip to main content

blockly > CodeGenerator > definitions_

CodeGenerator.definitions_ property

A dictionary of definitions to be printed before the code.

Signature:

protected definitions_: {
[key: string]: string;
};