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