Home Reference Source Test

Typedef

Static Public Summary
public
public
public

RouteBuildHandler: function(match: RouteMatch, state: object, router: Router, view: Page)

public
public
public
public
public

Static Public

public HistoryListener: function(location: RouteLocation) source

public NavigationControllerTransformEvent: * source

Properties:

NameTypeAttributeDescription
frompage Page
topage Page
operation {operation: number}

public RouteBuildHandler: function(match: RouteMatch, state: object, router: Router, view: Page) source

public RouteLocation: Object source

Properties:

NameTypeAttributeDescription
pathname string
search string
hash string
state RouteState
key string

public RouteMatch: Object source

Properties:

NameTypeAttributeDescription
isExact boolean
params Object
path string
url string

public RouteParams: Object source

Properties:

NameTypeAttributeDescription
path string
routes Array<Route>
exact boolean
exact boolean
onBeforeMatch function(match: RouteMatch)

public RouteState: Object source

Properties:

NameTypeAttributeDescription
userState objec
view Object

public RouterBlockHandler: function(location: RouteLocation, action: string) source