toggle menu
micro_utils.dokka
0.20.3
common
js
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.common.compose
Package-level
declarations
Types
Functions
Types
Default
Disposable
Effect
Result
Link copied to clipboard
class
DefaultDisposableEffectResult
(
onDispose
:
(
)
->
Unit
)
Skeleton
Animation
Link copied to clipboard
js
object
SkeletonAnimation
Functions
as
State
Link copied to clipboard
fun
<
T
>
<Error class: unknown class>
<
T
>
.
asState
(
)
:
<Error class: unknown class>
<
T
>
Converts current MutableState to immutable State using derivedStateOf
link
With
Element
Link copied to clipboard
js
fun
<Error class: unknown class>
.
linkWithElement
(
element
:
Element
)
open
Link
Link copied to clipboard
js
fun
openLink
(
link
:
String
,
mode
:
<Error class: unknown class>
=
ATarget.Blank
,
features
:
String
=
""
)
render
Composable
And
Link
To
Root
Link copied to clipboard
js
fun
<
TElement
:
Element
>
renderComposableAndLinkToRoot
(
root
:
TElement
,
monotonicFrameClock
:
<Error class: unknown class>
=
DefaultMonotonicFrameClock
,
content
:
<Error class: unknown class>
<
TElement
>
.
(
)
->
Unit
)
:
<Error class: unknown class>