toggle menu
epsilon-file-fields
3.0.4
common
switch theme
search in API
epsilon-file-fields
/
epsilon
/
FileField
File
Field
fun
FileField
(
name
:
String
,
label
:
String
=
name
,
hint
:
String
=
label
,
visibility
:
Visibility
=
Visibilities.Visible
,
onChange
:
Changer
<
RawFile
>
?
=
null
,
factory
:
ValidationFactory
<
RawFile
>
?
=
null
)
:
BaseField
<
RawFile
>