registerRoute Summary The method to override to perform route registration. Signatures Click on a signature to select it and view its documentation. void registerRoute(string route, void() show, void() hide) void registerRoute(string route, void(...string arguments) show, void() hide) void registerRoute(string route, void() show, void(...string arguments) hide) void registerRoute(string route, void(...string arguments) show, void(...string arguments) hide) Usage void registerRoute(string route, void() show, void() hide) void registerRoute(string route, void(...string arguments) show, void() hide) void registerRoute(string route, void() show, void(...string arguments) hide) void registerRoute(string route, void(...string arguments) show, void(...string arguments) hide) Parameters route The identifier to associate with the route. For example, in a web browser router, this might be a hash (fragment identifier). show The callback to execute when the route is activated. hide The callback to execute when the route is deactivated. Parameters route The identifier to associate with the route. For example, in a web browser router, this might be a hash (fragment identifier). show The callback to execute when the route is activated. The callback arguments are the arguments passed to the route for the route placeholders (the route "parameters"). hide The callback to execute when the route is deactivated. Parameters route The identifier to associate with the route. For example, in a web browser router, this might be a hash (fragment identifier). show The callback to execute when the route is activated. hide The callback to execute when the route is deactivated. The callback arguments are the arguments passed to the route for the route placeholders (the route "parameters"). Parameters route The identifier to associate with the route. For example, in a web browser router, this might be a hash (fragment identifier). show The callback to execute when the route is activated. The callback arguments are the arguments passed to the route for the route placeholders (the route "parameters"). hide The callback to execute when the route is deactivated. The callback arguments are the arguments passed to the route for the route placeholders (the route "parameters"). Description The method to override to perform route registration. The method to override to perform route registration. The method to override to perform route registration. The method to override to perform route registration. Examples Share HTML | BBCode | Direct Link