helpers/src/state_name library

Functions

nyRouteIdentifiesItsPage(RouteView routeView) bool
Whether the page a routeView builds can be read back from the route.
nyStateNameForRoute(RouteView routeView) String
The state name a page listens on, built from the routeView that creates it.
nyStateNameForWidget(String widgetTypeName) String
The state name a page listens on, built from the page's widget class.
nyStateSignatureForWidget(String widgetTypeName) String
The closure signature part of a state name, without the Closure: prefix.
nyWidgetTypeNameForRoute(RouteView routeView) String
The name of the widget class a routeView builds.