Given the flexible nature of director there are several options available for both the Client-side and Server-side. These options can be set using the .configure() method
Syntax
var instance = new Router();
var value; // Type: Router
// Parameters
var options; // Type: Object
value = instance.configure(options);
function configure(
: Object
) : Router;
Parameters
- options
Browser Compatibility
See Also