diff --git a/src/interfaces.js b/src/interfaces.js index 6ab97122..7ea92d3d 100644 --- a/src/interfaces.js +++ b/src/interfaces.js @@ -63,5 +63,10 @@ interface RouteConfig { */ settings?: any; + /** + * The navigation model for storing and interacting with the route's navigation settings. + */ + navModel?: NavModel; + [x: string]: any; }