Renderable is an interface for providing Content.
When AppView#render is called, it calls the render method of this interface for each widget it encounters.
This interface can be used in places where we want to accept something that can be rendered but don't want all the additional baggage of a view.
Generated using TypeDoc
Renderable is an interface for providing Content.
When AppView#render is called, it calls the render method of this interface for each widget it encounters.
This interface can be used in places where we want to accept something that can be rendered but don't want all the additional baggage of a view.