@wxn0brp/db-core
Preparing search index...
types/plugin
ValtheraPlugin
Interface ValtheraPlugin
interface
ValtheraPlugin
{
init
?:
(
db
:
ValtheraClass
)
=>
void
;
name
:
string
;
execute
(
ctx
:
PluginContext
)
:
Promise
<
any
>
;
}
Index
Properties
init?
name
Methods
execute
Properties
Optional
init
init
?:
(
db
:
ValtheraClass
)
=>
void
name
name
:
string
Methods
execute
execute
(
ctx
:
PluginContext
)
:
Promise
<
any
>
Parameters
ctx
:
PluginContext
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init
name
Methods
execute
@wxn0brp/db-core
Loading...