-
Represents a clickable renderer.
Listener that receives the clicked item (or tapped item, in touch
devices).
Base class for all renderers that support arbitrary Components.
LitRenderer is a
Renderer that uses a Lit-based template literal to
render given model objects in the components that support the JS renderer
functions API.
Base class for all renderers - classes that take a given model object as
input and handles their rendering to the client side when requested.
Defines the context of a given
Renderer when building the output
elements.