toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.lazy
Package-level
declarations
Types
Functions
Types
Lazy
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
Lazy
Lazy
Function
Link copied to clipboard
sealed
external
interface
LazyFunction
<
out
R
>
Lazy
Function
Source
Link copied to clipboard
typealias
LazyFunctionSource
<
R
>
=
suspend
(
)
->
R
Functions
Lazy
Function
Link copied to clipboard
fun
<
R
>
LazyFunction
(
value
:
LazyFunctionSource
<
R
>
)
:
LazyFunction
<
R
>