@tak-ps/cloudtak Plugin API
Preparing search index...
PluginStatic
Interface PluginStatic
interface
PluginStatic
{
install
(
app
:
App
,
api
:
PluginAPI
,
)
:
PluginInstance
|
Promise
<
PluginInstance
>
;
}
Index
Methods
install
Methods
install
install
(
app
:
App
,
api
:
PluginAPI
)
:
PluginInstance
|
Promise
<
PluginInstance
>
Hook called on init, note the plugin should not make itself usable unless enable() is called.
Parameters
app
:
App
api
:
PluginAPI
Returns
PluginInstance
|
Promise
<
PluginInstance
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
install
@tak-ps/cloudtak Plugin API
Loading...
Hook called on init, note the plugin should not make itself usable unless enable() is called.