Package-level declarations
Types
Link copied to clipboard
data class FixedWebConfiguration(val servedAssets: ImmutableList<String> = persistentListOf(), val decorationTemplates: WebDecorationTemplates = WebDecorationTemplates.defaultTemplates())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FixedWebRenditionFactory
Creates components to render a fixed layout Web publication.
Link copied to clipboard
State holder for the rendition of a fixed Web publication.
Link copied to clipboard
Functions
Link copied to clipboard
fun FixedWebRendition(state: FixedWebRenditionState, modifier: Modifier = Modifier, windowInsets: WindowInsets = WindowInsets.displayCutout, backgroundColor: Color = MaterialTheme.colorScheme.background, inputListener: InputListener = defaultInputListener(state.controller), hyperlinkListener: HyperlinkListener = defaultHyperlinkListener(controller = state.controller), decorationListener: DecorationListener<FixedWebDecorationLocation> = defaultDecorationListener(state.controller), textSelectionActionModeCallback: ActionMode.Callback? = null)
Composes a fixed Web publication.