core
1.0-RC1
js
core
/
dev.fritz2.core
/
text
text
js
fun
Tag
<
HTMLTitleElement
>
.
text
(
value
:
String
)
Content copied to clipboard
fun
Tag
<
HTMLTitleElement
>
.
text
(
value
:
Flow
<
String
>
)
Content copied to clipboard
fun
Tag
<
HTMLBodyElement
>
.
text
(
value
:
String
)
Content copied to clipboard
fun
Tag
<
HTMLBodyElement
>
.
text
(
value
:
Flow
<
String
>
)
Content copied to clipboard
fun
Tag
<
HTMLAnchorElement
>
.
text
(
value
:
String
)
Content copied to clipboard
fun
Tag
<
HTMLAnchorElement
>
.
text
(
value
:
Flow
<
String
>
)
Content copied to clipboard
fun
Tag
<
HTMLOptionElement
>
.
text
(
value
:
String
)
Content copied to clipboard
fun
Tag
<
HTMLOptionElement
>
.
text
(
value
:
Flow
<
String
>
)
Content copied to clipboard
fun
Tag
<
HTMLScriptElement
>
.
text
(
value
:
String
)
Content copied to clipboard
fun
Tag
<
HTMLScriptElement
>
.
text
(
value
:
Flow
<
String
>
)
Content copied to clipboard