update evaluator docs, workspace snippet (#995)

* add missing docs and code hints

* update app evaluator docs and code hints
This commit is contained in:
Denys Vuika
2019-03-06 14:28:57 +00:00
committed by GitHub
parent 32283d7ac4
commit 3641e0168f
7 changed files with 220 additions and 22 deletions

View File

@@ -123,6 +123,7 @@ export class CoreExtensionsModule {
'app.selection.file.canShare': app.canShareFile,
'app.selection.file.isShared': app.isShared,
'app.selection.file.isLocked': app.hasLockedFiles,
'app.selection.file.isLockOwner': app.isUserWriteLockOwner,
'app.selection.file.canUploadVersion': app.canUploadVersion,
'app.selection.library': app.hasLibrarySelected,
'app.selection.isPrivateLibrary': app.isPrivateLibrary,