storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel
/
StoryEaselWindow
Story
Easel
Window
jvm
@
Composable
fun
StoryEaselWindow
(
storyState
:
StoryState
,
onCloseRequest
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier.Companion
,
windowState
:
WindowState
=
rememberWindowState()
,
menuBar
:
@
Composable
MenuBarScope
.
(
)
->
Unit
=
{}
,
overlay
:
@
Composable
StoryOverlayScope
.
(
)
->
Unit
=
{}
,
exporter
:
StoryboardPdfExporter
)
(
source
)