storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel.template
/
StoryEffect
Story
Effect
@
Composable
fun
StoryEffect
(
key1
:
Any
?
,
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
@
Composable
fun
StoryEffect
(
key1
:
Any
?
,
key2
:
Any
?
,
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
@
Composable
fun
StoryEffect
(
key1
:
Any
?
,
key2
:
Any
?
,
key3
:
Any
?
,
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
@
Composable
fun
StoryEffect
(
vararg
keys
:
Any
?
,
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
A
LaunchedEffect
which only runs if the current
SceneMode
is
Story
.