storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel
/
DesktopEasel
Desktop
Easel
jvm
@
Composable
fun
ApplicationScope
.
DesktopEasel
(
animaticFileName
:
String
?
=
"animatic"
,
storyboard
:
(
)
->
Storyboard
)
(
source
)
@
Composable
fun
ApplicationScope
.
DesktopEasel
(
animatic
:
Animatic
,
overlay
:
@
Composable
EaselOverlayScope
.
(
)
->
Unit
=
{ OverlayNavigation(animatic) }
,
windows
:
List
<
EaselWindow
>
=
listOf( rememberAssistantWindow(animatic) )
)
(
source
)