[ACA-3897] Extendable viewer navigation (#2109)

* [ACA-3897] Extendable viewer navigation

* Update app.extensions.json
This commit is contained in:
Dharan
2021-05-07 15:54:18 +05:30
committed by GitHub
parent cd5ccc4c4d
commit 6700830c9d
5 changed files with 33 additions and 0 deletions

View File

@@ -569,6 +569,11 @@ export interface ViewerRules {
* Checks if user can preview the node.
*/
canPreview?: string;
/**
* Shows navigation options
*/
showNavigation?: string;
}
```