Director Javascript Library (Document! X Sample)
notfound Field
(Global) Namespace > Router type : notfound Field
A function to call if no route is found on a call to router.dispatch().
Syntax
var instance = new Router();
var value; // Type: any
value = instance.notfound;
var notfound : any;
Browser Compatibility
8
5
5
See Also

Reference

Router type