toggle menu
symphony-input-core
3.0.3
common
switch theme
search in API
symphony-input-core
/
symphony
/
Form
Form
interface
Form
<
out
R
,
out
O
:
Any
,
out
F
:
Fields
<
O
>
>
:
FormInfo
,
Resetable
,
Clearable
,
Hideable
Members
Properties
actions
Link copied to clipboard
abstract
val
actions
:
FormActions
details
Link copied to clipboard
abstract
val
details
:
String
fields
Link copied to clipboard
abstract
val
fields
:
F
heading
Link copied to clipboard
abstract
val
heading
:
String
state
Link copied to clipboard
abstract
val
state
:
Live
<
FormState
<
O
,
R
>
>
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
exit
Link copied to clipboard
abstract
fun
exit
(
)
hide
Link copied to clipboard
abstract
fun
hide
(
hide
:
Boolean
?
=
true
)
reset
Link copied to clipboard
abstract
fun
reset
(
)
set
Visibility
Link copied to clipboard
abstract
fun
setVisibility
(
v
:
Visibility
)
show
Link copied to clipboard
abstract
fun
show
(
show
:
Boolean
?
=
true
)
submit
Link copied to clipboard
abstract
fun
submit
(
)
:
Later
<
R
>