Director Javascript Library (Document! X Sample)
(Global) Namespace > Router type : configure Method
configure Method
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( 
   options : Object
) : Router;

Parameters

options
Browser Compatibility
8
5
5
See Also

Reference

Router type