Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Account.HPC.Plugin.Dialog
IProps
Interface IProps
Props
interface
IProps
{
edit
?:
boolean
;
plugin
:
HPCClientPlugin
;
swr
:
{
addOnePlugin
?:
(
plugin
:
HPCClientPlugin
)
=>
Promise
<
void
>
;
mutateOnePlugin
?:
(
plugin
:
HPCClientPlugin
)
=>
Promise
<
void
>
;
}
;
}
Index
Properties
edit?
plugin
swr
Properties
Optional
edit
edit
?:
boolean
plugin
plugin
:
HPCClientPlugin
swr
swr
:
{
addOnePlugin
?:
(
plugin
:
HPCClientPlugin
)
=>
Promise
<
void
>
;
mutateOnePlugin
?:
(
plugin
:
HPCClientPlugin
)
=>
Promise
<
void
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edit
plugin
swr
Tanatloc documentation
Loading...
Props