Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.plugin
/
PluginInitContext
Plugin
Init
Context
interface
PluginInitContext
(
source
)
Inheritors
PluginRuntimeContext
Members
Properties
descriptor
Link copied to clipboard
abstract
val
descriptor
:
PluginDescriptor
kernel
Koin
Link copied to clipboard
abstract
val
kernelKoin
:
Koin
plugin
Id
Link copied to clipboard
abstract
val
pluginId
:
String
Functions
get
Database
Link copied to clipboard
open
fun
getDatabase
(
)
:
KeelDatabase
?
get
Tables
Link copied to clipboard
open
fun
getTables
(
)
:
List
<
Table
>