Class LaravelUi5\Core\Introspection\App\Ui5Route

final
readonly

Represents a UI5 routing entry as declared in the application manifest.

This class intentionally models only the semantically relevant subset of a route definition for SDK-level introspection:

  • name : the stable identifier of the route,
  • pattern : the URL pattern used for navigation,
  • target : one or more target keys activated by the route.

All additional UI5 routing options (e.g. transitions, callbacks, layouts) are deliberately ignored, as they are runtime concerns and not required for structural analysis or tooling purposes.

Methods