OUDS Android
Toggle table of contents
0.4.0
Select version
0.4.0
0.3.0
0.2.0
0.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OUDS Android
core
/
com.orange.ouds.core.component
/
OudsTextInputHelperLink
Ouds
Text
Input
Helper
Link
data
class
OudsTextInputHelperLink
(
val
text
:
String
,
val
onClick
:
(
)
->
Unit
)
An helper link displayed below or in place of the helper text.
Members
Constructors
Ouds
Text
Input
Helper
Link
Link copied to clipboard
constructor
(
text
:
String
,
onClick
:
(
)
->
Unit
)
Properties
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String