Constructor
new State(value, route, type, origin, binding)
Parameters
Name | Type | Description |
---|---|---|
value |
object | function | |
route |
Array.<any> | |
type |
string | "route" if this State is given to a router and "close" if given to a closer. |
origin |
object | |
binding |
Binding | The |