Home Reference Source Repository
import Application from 'protium/src/application.js'
public class | source

Application

Constructor Summary

Public Constructor
public

constructor(options: {})

Member Summary

Public Members
public

history: *

public

options: *

public

router: *

public

store: *

Method Summary

Public Methods
public

createStore(history: *, http: *): *

public

getComponent(store: *, renderProps: *, http: *): *

public

render(): *

public

resolve(store: *, renderProps: *, http: *): *

Public Constructors

public constructor(options: {}) source

Params:

NameTypeAttributeDescription
options {}
  • optional
  • default: {}

Public Members

public history: * source

public options: * source

public router: * source

public store: * source

Public Methods

public createStore(history: *, http: *): * source

Params:

NameTypeAttributeDescription
history *
http *

Return:

*

public getComponent(store: *, renderProps: *, http: *): * source

Params:

NameTypeAttributeDescription
store *
renderProps *
http *

Return:

*

public render(): * source

Return:

*

public resolve(store: *, renderProps: *, http: *): * source

Params:

NameTypeAttributeDescription
store *
renderProps *
http *

Return:

*