Options
All
  • Public
  • Public/Protected
  • All
Menu

A Widget that holds an array of Widgets to be displayed stacked vertically on the client

example

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

Hierarchy

  • VLayout

Implements

Constructors

Properties

Methods

Constructors

constructor

Parameters

Returns VLayout

Properties

__variant__

__variant__: string = "VLayout"

children

children: Widget[]

Methods

Static fromJSON

Parameters

  • json: object
    • children: any []

Returns VLayout

  • 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.