SharingResult interface
An interface representing the result of API: openItemSharingDialogWithResult
Properties
| item |
Shared customized permissions |
| permissions | Shared core permissions |
| related |
Related sharing information |
| scope | Scope of sharing. Only available for link sharing. |
| shared |
Shared users's object id |
| sharing |
If sharing has successfully or not |
Property Details
itemPermissions
Shared customized permissions
itemPermissions: number
Property Value
number
permissions
relatedSharingPermissions
Related sharing information
relatedSharingPermissions?: TriRelatedSharingPermissions[]
Property Value
scope
Scope of sharing. Only available for link sharing.
scope?: SharingLinkType
Property Value
sharedUsers
Shared users's object id
sharedUsers: string[]
Property Value
string[]
sharingCompleted
If sharing has successfully or not
sharingCompleted: boolean
Property Value
boolean