Director Javascript Library (Document! X Sample)
Partial routing table to insert into this instance.
Path within the Routing Table to insert the routes into.
mount Method
Inserts the partial Routing Table, routes, into the Routing Table for this Router instance at the specified path.
Syntax
var instance = new Router();

// Parameters
var routes; // Type:  Object
var path; // Type:  String

instance.mount(routes, path);
function mount( 
   routes : Object,
   path : String
) : void;

Parameters

routes
Partial routing table to insert into this instance.
path
Path within the Routing Table to insert the routes into.
Browser Compatibility
8
5
5
See Also

Reference

Router type