Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Layout

Layout is the parent class of all layout widgets.

Typically a layout widget is used to display a set of other widgets with little to no functionality on itself beyond styling.

Hierarchy

  • Layout

Implemented by

Index

Properties

removeContent

removeContent: function

removeContent removes existing content.

Type declaration

setContent

setContent: function

setContent changes the content value.

Type declaration

    • Parameters

      • content: Content

      Returns Layout

Generated using TypeDoc