IWebRoute

interface IWebRoute : IRoute

Defines a route that supports Web Browsers and allows a router to update the title and URL bar. Note: When using IWebRoute with Compose Multiplatform your application and web server must be configured to handle paths via configureWebResources.resourcePathMapping and potentially web server path rewrites to avoid 404s and errors

Properties

Link copied to clipboard
abstract val webRoutePath: String?
Link copied to clipboard
abstract val webRouteTitle: String?