BackendAccess

interface BackendAccess

前端访问后端内部实现的桥

Since

2.5.0-dev-2

See also

Functions

createDefaultCommandManager
Link copied to clipboard
open fun createDefaultCommandManager(coroutineContext: CoroutineContext): CommandManager
createDefaultJvmPluginLoader
Link copied to clipboard
open fun createDefaultJvmPluginLoader(coroutineContext: CoroutineContext): JvmPluginLoader

Properties

globalComponentStorage
Link copied to clipboard
abstract val globalComponentStorage: ComponentStorage
resolvedPlugins
Link copied to clipboard
abstract val resolvedPlugins: MutableList<Plugin>