When developing custom UI plugins it would be helpful to be able to bind custom URL Query Parameters.
Current State: Custom plugin urls are simple page endpoints and the plugin cannot add or retrieve query params
Desired State: The plugin should provide access to an API for reading and writing query params from the URL. These could be used to set sub navigation, store state, or save filters or other low-risk data.