T
typedef
RouterHandler
Properties
name
:
string
|
null
The name of the route
route
:
RegExp
The regular expression that matches the route
callback.controller
:
*
optionalThe controller class or instance
callback.action
:
string
optionalThe action to invoke on the controller
