Class: HardwareRenderer

HardwareRenderer

Constructor

new HardwareRenderer(backend, container, params, data)

frontend part of an hardware. Refer to the markdown documentation for more information. Do not use this constructor, use makeRenderer()
Parameters:
Name Type Description
backend
container
params
data
Source:

Methods

(static) makeRenderer(data) → {function}

call this to generate a hardware renderer factory
Parameters:
Name Type Description
data * see markdown documentation
Source:
Returns:
factory
Type
function

render()

called by the breadboard to (re-)render this hardware component.
Source: