blockly > minimalist > Renderer

minimalist.Renderer class

Use Blockly.blockRendering.Renderer instead. To be removed in v11.

The minimalist renderer.

Signature:

export declare class Renderer extends BaseRenderer 

Extends: BaseRenderer

Constructors

Constructor Modifiers Description
(constructor)(name) Constructs a new instance of the Renderer class

Methods

Method Modifiers Description
makeConstants_() protected Create a new instance of the renderer's constant provider.
makeDrawer_(block, info) protected Create a new instance of the renderer's drawer.
makeRenderInfo_(block) protected Create a new instance of the renderer's render info object.