component
1.1.0
component
/
org.pushingpixels.aurora.component.projection
/
TextFieldValueProjection
Text
Field
Value
Projection
class
TextFieldValueProjection
(
contentModel
:
TextFieldValueContentModel
,
presentationModel
:
TextFieldPresentationModel
)
Content copied to clipboard
Functions
Properties
Functions
project
Link copied to clipboard
@
Composable
fun
project
(
modifier
:
Modifier
=
Modifier
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
)
Content copied to clipboard
Properties
contentModel
Link copied to clipboard
val
contentModel
:
TextFieldValueContentModel
Content copied to clipboard
presentationModel
Link copied to clipboard
val
presentationModel
:
TextFieldPresentationModel
Content copied to clipboard