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
/
InputForm
/
InputForm
Input
Form
constructor
(
cols
:
List
<
Int
>
,
lines
:
List
<
Int
>
,
length
:
List
<
Int
>
,
spaceChar
:
Char
=
'.'
,
prefill
:
List
<
String
>
=
emptyList()
,
cursor
:
Boolean
=
true
,
submitWith
:
Set
<
FunctionKey
>
=
setOf(FunctionKey.Envoi)
)