The context describing where this component is running.
The context provides information about the current limetype and record ID (if viewing/editing a specific record). Components can use this to load relevant data and understand their operating environment.
OptionalhashThe URL fragment identifier
Reference to the platform service container.
Use this to access all platform services like repositories, HTTP client, command bus, navigator, and more. The platform instance is shared across all components in the same application context.
OptionalqueryQuery parameters from the route URL
OptionalstateThe history state
OptionaltitleWhen emitted, changes the document title property
Interface for components that are routed to and are registered with the RouteRegistry service.