toggle menu
symphony-input-core
3.0.3
common
switch theme
search in API
symphony-input-core
/
symphony.internal.transforming
/
BaseTransformingFieldImpl
/
State
State
data
class
State
<
out
I
,
out
O
>
(
val
output
:
O
?
,
val
required
:
Boolean
,
val
visibility
:
Visibility
,
val
feedbacks
:
Feedbacks
,
val
input
:
I
?
)
:
TransState
<
I
,
O
>
Members
Constructors
State
Link copied to clipboard
constructor
(
output
:
O
?
,
required
:
Boolean
,
visibility
:
Visibility
,
feedbacks
:
Feedbacks
,
input
:
I
?
)
Properties
feedbacks
Link copied to clipboard
open
override
val
feedbacks
:
Feedbacks
input
Link copied to clipboard
open
override
val
input
:
I
?
output
Link copied to clipboard
open
override
val
output
:
O
?
required
Link copied to clipboard
open
override
val
required
:
Boolean
visibility
Link copied to clipboard
open
override
val
visibility
:
Visibility