Closed matthewp closed 5 years ago
If you do:
route.register("{page}", { foo: undefined, bar: "default" });
It will add the page property to the DefineMap but won't add the foo or bar properties.
page
foo
bar
If you do:
It will add the
page
property to the DefineMap but won't add thefoo
orbar
properties.