Search
Preparing search index...
The search index is not available
TagoIO SDK for JavaScript and TypeScript
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
TagoIO SDK for JavaScript and TypeScript
<internal>
_Share
Class _Share
Hierarchy
TagoIOModule
<
ShareModuleParams
>
_Share
Index
Constructors
constructor
Methods
edit
invite
list
remove
Constructors
constructor
new _
Share
(
params
:
ShareModuleParams
)
:
_Share
Parameters
params:
ShareModuleParams
Returns
_Share
Methods
edit
edit
(
id
:
string
, data
:
Partial
<
InviteInfo
>
)
:
Promise
<
string
>
Parameters
id:
string
data:
Partial
<
InviteInfo
>
Returns
Promise
<
string
>
invite
invite
(
id
:
string
, data
:
InviteInfo
)
:
Promise
<
InviteResponse
>
Parameters
id:
string
data:
InviteInfo
Returns
Promise
<
InviteResponse
>
list
list
(
id
:
string
)
:
Promise
<
InviteInfo
[]
>
Parameters
id:
string
Returns
Promise
<
InviteInfo
[]
>
remove
remove
(
shareID
:
string
)
:
Promise
<
string
>
Parameters
shareID:
string
Returns
Promise
<
string
>
Exports
<internal>
Types
Utils
_
Share
constructor
edit
invite
list
remove