compose-multiplatform-html-unified
Toggle table of contents
common
composeUi
Target filter
common
composeUi
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.ext
Package-level
declarations
Types
Functions
Types
Loading
State
Link copied to clipboard
@
Immutable
sealed
class
LoadingState
<
out
T
,
out
E
>
String
Error
Loading
State
Link copied to clipboard
typealias
StringErrorLoadingState
<
T
>
=
LoadingState
<
T
,
String
>
Throwable
Error
Loading
State
Link copied to clipboard
typealias
ThrowableErrorLoadingState
<
T
>
=
LoadingState
<
T
,
Throwable
>
Functions
to
Content
Without
Modifier
Link copied to clipboard
composeUi
fun
@
Composable
(
Modifier
)
->
Unit
.
toContentWithoutModifier
(
)
:
@
Composable
(
)
->
Unit
to
Nullable
Content
Without
Modifier
Link copied to clipboard
composeUi
fun
@
Composable
(
Modifier
)
->
Unit
?
.
toNullableContentWithoutModifier
(
)
:
@
Composable
(
)
->
Unit
?