Skip to content

Commit 5b5b49d

Browse files
committed
comment
1 parent 10a55a6 commit 5b5b49d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/static-webserver/client/source/class/osparc/share/ShareePermissions.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
* Authors: Odei Maiz (odeimaiz)
66
*/
77

8+
/**
9+
* Data structure for showing sharee permissions
10+
* - accessible: boolean
11+
* - gid: string // sharee group id
12+
* - inaccessible_services: Array of objects with keys "key" and "version"
13+
*/
814
qx.Class.define("osparc.share.ShareePermissions", {
915
extend: qx.ui.core.Widget,
1016

0 commit comments

Comments
 (0)