Director Javascript Library (Document! X Sample)
(Global) Namespace / Router type / notfound Field
In This Topic
    notfound Field
    In This Topic
    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