compose-multiplatform-html-unified
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.runtime
/
DeferredComposableRunner
Deferred
Composable
Runner
class
DeferredComposableRunner
(
source
)
Members
Constructors
Deferred
Composable
Runner
Link copied to clipboard
constructor
(
)
Functions
add
Composable
Link copied to clipboard
fun
addComposable
(
composable
:
@
Composable
(
)
->
Unit
)
Composable
Run
Link copied to clipboard
@
Composable
fun
ComposableRun
(
content
:
(
)
->
Unit
)
Add the composable functions with the non-composable functions and then invoke them.