HomeRouteSlot

internal fun HomeRouteSlot(route: AppRoute, activeRoute: AppRoute, renderedRoutes: List<AppRoute>, content: @Composable (Modifier) -> Unit)(source)

Renders the HomeRouteSlot UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

route

route value consumed by the API.

activeRoute

active route value consumed by the API.

renderedRoutes

rendered routes value consumed by the API.

content

content value consumed by the API.