Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Account.HPC.Plugin.Delete
IProps
Interface IProps
Props
interface
IProps
{
plugin
:
Pick
<
HPCClientPlugin
,
"configuration"
|
"uuid"
|
"key"
>
;
swr
:
{
delOnePlugin
:
(
plugin
:
Pick
<
HPCClientPlugin
,
"key"
>
)
=>
Promise
<
void
>
;
}
;
}
Index
Properties
plugin
swr
Properties
plugin
plugin
:
Pick
<
HPCClientPlugin
,
"configuration"
|
"uuid"
|
"key"
>
swr
swr
:
{
delOnePlugin
:
(
plugin
:
Pick
<
HPCClientPlugin
,
"key"
>
)
=>
Promise
<
void
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
plugin
swr
Tanatloc documentation
Loading...
Props