Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Administration.Plugins
IPluginProps
Interface IPluginProps
Props
interface
IPluginProps
{
dispatch
:
Dispatch
<
INotificationAction
>
;
plugin
:
ClientPlugin
;
swr
:
{
mutateSystem
:
(
system
:
IFrontMutateSystem
)
=>
Promise
<
void
>
}
;
system
:
IFrontSystem
;
}
Index
Properties
dispatch
plugin
swr
system
Properties
dispatch
dispatch
:
Dispatch
<
INotificationAction
>
plugin
plugin
:
ClientPlugin
swr
swr
:
{
mutateSystem
:
(
system
:
IFrontMutateSystem
)
=>
Promise
<
void
>
}
system
system
:
IFrontSystem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dispatch
plugin
swr
system
Tanatloc documentation
Loading...
Props