Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Assets.Organization.User.Delete
IProps
Interface IProps
Props
interface
IProps
{
dBkey
:
"owners"
|
"pendingowners"
|
"users"
|
"pendingusers"
;
disabled
?:
boolean
;
organization
:
IOrganizationItem
;
swr
:
{
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
;
user
:
IUserItem
;
}
Index
Properties
d
Bkey
disabled?
organization
swr
user
Properties
d
Bkey
dBkey
:
"owners"
|
"pendingowners"
|
"users"
|
"pendingusers"
Optional
disabled
disabled
?:
boolean
organization
organization
:
IOrganizationItem
swr
swr
:
{
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
user
user
:
IUserItem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
d
Bkey
disabled
organization
swr
user
Tanatloc documentation
Loading...
Props