kobweb
Toggle table of contents
0.23.0
jvm
Platform filter
jvm
Switch theme
Search in API
kobweb
application
/
com.varabyte.kobweb.gradle.application.tasks
/
KobwebExportConfInputs
Kobweb
Export
Conf
Inputs
class
KobwebExportConfInputs
(
val
siteRoot
:
String
,
val
basePath
:
String
,
val
script
:
String
,
val
api
:
String
?
)
(
source
)
Members
Constructors
Kobweb
Export
Conf
Inputs
Link copied to clipboard
constructor
(
kobwebConf
:
KobwebConf
)
constructor
(
siteRoot
:
String
,
basePath
:
String
,
script
:
String
,
api
:
String
?
)
Properties
api
Link copied to clipboard
@get:
Input
@get:
Optional
val
api
:
String
?
base
Path
Link copied to clipboard
@get:
Input
val
basePath
:
String
script
Link copied to clipboard
@get:
Input
val
script
:
String
site
Root
Link copied to clipboard
@get:
Input
val
siteRoot
:
String