Application
Constructor Summary
| Public Constructor | ||
| public |
constructor(options: {}) |
|
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:
| Name | Type | Attribute | Description |
| options | {} |
|
Public Members
public history: * source
public options: * source
public router: * source
public store: * source
Public Methods
public createStore(history: *, http: *): * source
Params:
| Name | Type | Attribute | Description |
| history | * | ||
| http | * |
Return:
| * |
public getComponent(store: *, renderProps: *, http: *): * source
Params:
| Name | Type | Attribute | Description |
| store | * | ||
| renderProps | * | ||
| http | * |
Return:
| * |
public resolve(store: *, renderProps: *, http: *): * source
Params:
| Name | Type | Attribute | Description |
| store | * | ||
| renderProps | * | ||
| http | * |
Return:
| * |