Options
All
  • Public
  • Public/Protected
  • All
Menu

App Class Will set up everything you need and then allow you to initialize the dom

export
class

App

template

T A Properties Model Type

template

U A View Components Class Type

Type parameters

Hierarchy

  • App

Index

Constructors

constructor

  • Creates an instance of App.

    Parameters

    Returns App

Properties

actions

actions: IActions<T>

model

model: Model<T>

projector

projector: Projector

state

state: AppState<T>

Optional viewModels

viewModels: any

Optional views

views: U

Methods

init

  • Init your app in the dom. Calling this Function actually replaces dom nodes in the page with maquette render functions

    Parameters

    Returns void

updateFunction

  • updateFunction(): void
  • Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc