minipavi-kotlin
Toggle table of contents
0.0.8
common
Platform filter
common
Switch theme
Search in API
minipavi-kotlin
core
/
fr.outadoc.minipavi.core.model
/
ServiceResponse
/
Command
/
InputMessage
/
InputMessage
Input
Message
constructor
(
col
:
Int
,
line
:
Int
,
width
:
Int
,
height
:
Int
,
spaceChar
:
String
=
"."
,
initialValues
:
List
<
String
>
=
emptyList()
,
cursor
:
Boolean
=
true
,
submitWith
:
Set
<
FunctionKey
>
=
setOf(FunctionKey.Envoi)
)