Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src/models/Share.js')
-rw-r--r--apps/files_sharing/src/models/Share.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/src/models/Share.js b/apps/files_sharing/src/models/Share.js
index 07f74652a44..d36484f064a 100644
--- a/apps/files_sharing/src/models/Share.js
+++ b/apps/files_sharing/src/models/Share.js
@@ -151,6 +151,17 @@ export default class Share {
}
/**
+ * Get the share with entity link
+ *
+ * @returns {string}
+ * @readonly
+ * @memberof Share
+ */
+ get shareWithLink() {
+ return this.#share.share_with_link
+ }
+
+ /**
* Get the share with avatar if any
*
* @returns {string}