children is an array of content passed to this Component.
content is dynamic content that can be changed after the Widget has been rendered. It's up to the respective template to utilize this property or ignore it.
view for this Component.
The render method by default returns the render result of this View.
removeContent removes existing content.
setContent changes the content value.
Generated using TypeDoc
Group is an abstract class providing an api for widgets whose primary purpose is displaying content.