toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.webutils
/
AdminUIPluginIntegration
Admin
UIPlugin
Integration
interface
AdminUIPluginIntegration
<
C
:
KlerkContext
,
V
>
:
KlerkPlugin
<
C
,
V
>
Inheritors
PostmarkEmailService
Members
Properties
description
Link copied to clipboard
abstract
val
description
:
String
name
Link copied to clipboard
abstract
val
name
:
String
page
Link copied to clipboard
abstract
val
page
:
PluginPage
<
C
,
V
>
Functions
merge
Config
Link copied to clipboard
abstract
fun
mergeConfig
(
previous
:
Config
<
C
,
V
>
)
:
Config
<
C
,
V
>
register
Extra
Routes
Link copied to clipboard
abstract
fun
registerExtraRoutes
(
routing
:
Routing
,
basePath
:
String
)
start
Link copied to clipboard
abstract
fun
start
(
klerk
:
Klerk
<
C
,
V
>
)