Package-level declarations
Types
Link copied to clipboard
interface BlockScope
Link copied to clipboard
class StoryblokScope(val client: StoryblokClient, blockScope: BlockScope) : BlockScope, StoryblokClient
Scope combining StoryblokClient and BlockScope capabilities.
Functions
Link copied to clipboard
fun Storyblok(accessToken: String, version: Api.Config.Version, region: Api.Config.Region = EU, language: String? = null, fallbackLanguage: String? = null, cv: String? = null, blockProvider: BlockProvider, content: @Composable StoryblokScope.() -> Unit)
Entry point composable for rendering Storyblok content.