blockly > Options > (constructor)
Options.(constructor)
Constructs a new instance of the Options
class
Signature:
constructor(options: BlocklyOptions);
Parameters
Parameter | Type | Description |
---|---|---|
options | BlocklyOptions | Dictionary of options. Specification: https://developers.google.com/blockly/guides/get-started/web#configuration |