Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Editor.Share
IProps
Interface IProps
Props
interface
IProps
{
organizations
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"name"
|
"owners"
|
"users"
|
"groups"
,
>
[]
;
swr
:
{
mutateUser
?:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
}
;
user
:
Pick
<
IFrontUser
,
"id"
|
"usermodels"
>
;
}
Index
Properties
organizations
swr
user
Properties
organizations
organizations
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"name"
|
"owners"
|
"users"
|
"groups"
,
>
[]
swr
swr
:
{
mutateUser
?:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
}
user
user
:
Pick
<
IFrontUser
,
"id"
|
"usermodels"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
organizations
swr
user
Tanatloc documentation
Loading...
Props