initialRoute property

String? initialRoute
getter/setter pair

The default route path for the hybrid router in WebF.

Sets the initial path that the router will navigate to when the application starts. This is the entry point for the hybrid routing system in WebF.

Implementation

String? initialRoute;