Options
All
  • Public
  • Public/Protected
  • All
Menu

A Widget that holds an array of Widgets to be displayed in a horizontal row on the client

example

new HLayout([
     new Blank(), new Blank(), new Blank()
])
//JSX
<HLayout>
     <Blank/> <Blank/> <Blank/>
</HLayout>

Hierarchy

  • HLayout

Implements

Constructors

Properties

Methods

Constructors

constructor

Parameters

Returns HLayout

Properties

__variant__

__variant__: string = "HLayout"

children

children: Widget[]

Methods

Static fromJSON

Parameters

  • json: object
    • children: any []

Returns HLayout

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.