VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.setup.annotations
/
SetupQuestion
Setup
Question
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
SetupQuestion
(
val
index
:
Int
,
val
translationKey
:
String
,
val
answer
:
KClass
<
out
SetupAnswer
>
=
NullSetupAnswer::class
,
val
forceAnswer
:
Boolean
=
false
,
val
default
:
Array
<
String
>
=
[]
)
Members
Properties
answer
Link copied to clipboard
val
answer
:
KClass
<
out
SetupAnswer
>
default
Link copied to clipboard
val
default
:
Array
<
String
>
force
Answer
Link copied to clipboard
val
forceAnswer
:
Boolean
=
false
index
Link copied to clipboard
val
index
:
Int
translation
Key
Link copied to clipboard
val
translationKey
:
String