Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Administration.User.Delete
IProps
Interface IProps
Props
interface
IProps
{
plugins
:
Pick
<
ClientPlugin
,
"name"
|
"key"
>
[]
;
swr
:
{
mutateOneUser
:
(
user
:
IFrontMutateUsersItem
)
=>
Promise
<
void
>
}
;
user
:
TUserItem
;
}
Index
Properties
plugins
swr
user
Properties
plugins
plugins
:
Pick
<
ClientPlugin
,
"name"
|
"key"
>
[]
swr
swr
:
{
mutateOneUser
:
(
user
:
IFrontMutateUsersItem
)
=>
Promise
<
void
>
}
user
user
:
TUserItem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
plugins
swr
user
Tanatloc documentation
Loading...
Props