Options
All
  • Public
  • Public/Protected
  • All
Menu
description

This class extends the FlexLayout class and creates a flex layout. Read the documentation of the parent class for more information.

example

Using the DefaultLayout class

  // create a new default layout (flex)
const layout = new DefaultLayout();
since

v0.1.0

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

templates: Template[]

The template parts that are assembled to build the layout. Template parts are concatenated in a sequential process where the indexes define the order of assembly.

var

{Template[]}

Methods

  • render(): string

Generated using TypeDoc