Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Assets.Share
IProps
Interface IProps
Props
interface
IProps
{
disabled
?:
boolean
;
organizations
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"name"
|
"owners"
|
"users"
|
"groups"
,
>
[]
;
project
?:
Pick
<
IFrontProjectsItem
,
"id"
|
"users"
|
"groups"
|
"title"
>
;
style
?:
CSSProperties
&
{
buttonBordered
?:
boolean
;
buttonDark
?:
boolean
;
buttonLight
?:
boolean
;
}
;
swr
:
{
mutateOneProject
?:
(
project
:
IFrontMutateProjectsItem
)
=>
Promise
<
void
>
;
mutateOneWorkspace
?:
(
workspace
:
IFrontMutateWorkspacesItem
,
)
=>
Promise
<
void
>
;
mutateUser
?:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
;
}
;
userModel
?:
Pick
<
IFrontUserModel
,
"id"
|
"users"
|
"groups"
|
"model"
>
;
workspace
?:
Pick
<
IFrontWorkspacesItem
,
"id"
|
"name"
|
"users"
|
"groups"
>
;
}
Index
Properties
disabled?
organizations
project?
style?
swr
user
Model?
workspace?
Properties
Optional
disabled
disabled
?:
boolean
organizations
organizations
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"name"
|
"owners"
|
"users"
|
"groups"
,
>
[]
Optional
project
project
?:
Pick
<
IFrontProjectsItem
,
"id"
|
"users"
|
"groups"
|
"title"
>
Optional
style
style
?:
CSSProperties
&
{
buttonBordered
?:
boolean
;
buttonDark
?:
boolean
;
buttonLight
?:
boolean
;
}
swr
swr
:
{
mutateOneProject
?:
(
project
:
IFrontMutateProjectsItem
)
=>
Promise
<
void
>
;
mutateOneWorkspace
?:
(
workspace
:
IFrontMutateWorkspacesItem
,
)
=>
Promise
<
void
>
;
mutateUser
?:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
;
}
Optional
user
Model
userModel
?:
Pick
<
IFrontUserModel
,
"id"
|
"users"
|
"groups"
|
"model"
>
Optional
workspace
workspace
?:
Pick
<
IFrontWorkspacesItem
,
"id"
|
"name"
|
"users"
|
"groups"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
organizations
project
style
swr
user
Model
workspace
Tanatloc documentation
Loading...
Props