DesktopStoryEasel

@Composable
fun ApplicationScope.DesktopStoryEasel(storyboard: Storyboard)(source)


@Composable
fun ApplicationScope.DesktopStoryEasel(storyState: StoryState, overlay: @Composable StoryOverlayScope.() -> Unit = { OverlayNavigation(storyState) }, captions: ImmutableList<Caption> = persistentListOf())(source)

This function is designed to be used in combination with Compose Hot-Reload. Make sure a Storyboard is already attached to the StoryState with StoryState.updateStoryboard. Each time the storyboard is changed, it can be updated on the state to not revert the story to the first index.