Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Renderable

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.

Hierarchy

Index

Methods

Methods

render

Generated using TypeDoc