[MNT-24553] Allow custom viewer extension components to obtain node id (#10115)

This commit is contained in:
MichalKinas
2024-08-22 11:38:32 -04:00
committed by GitHub
parent 8d7ea71711
commit 4124efd4a0
9 changed files with 21 additions and 1 deletions
@@ -26,6 +26,7 @@
[readOnly]="readOnly"
[allowedEditActions]="allowedEditActions"
[viewerExtensions]="viewerExtensions"
[nodeId]="nodeId"
(downloadFile)="onDownloadFile()"
(navigateBefore)="onNavigateBeforeClick($event)"
(navigateNext)="onNavigateNextClick($event)"