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.overlay
Package-level
declarations
Types
Functions
Types
Story
Overlay
Scope
Link copied to clipboard
interface
StoryOverlayScope
:
BoxScope
Functions
Overlay
Navigation
Link copied to clipboard
@
Composable
fun
StoryOverlayScope
.
OverlayNavigation
(
storyState
:
StoryState
,
alignment
:
Alignment
=
Alignment.BottomEnd
)
Story
Overlay
Link copied to clipboard
@
Composable
fun
StoryOverlay
(
overlay
:
@
Composable
StoryOverlayScope
.
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
(
)
->
Unit
)