UrlPatternDiscovery
Home > @backstage/core-app-api > UrlPatternDiscovery
UrlPatternDiscovery is a lightweight DiscoveryApi implementation. It uses a single template string to construct URLs for each plugin.
Signature:
class UrlPatternDiscovery implements DiscoveryApi 
Implements: DiscoveryApi
Methods
| Method | Modifiers | Description | 
|---|---|---|
| 
 | Creates a new UrlPatternDiscovery given a template. The only interpolation done for the template is to replace instances of  Example pattern:  | |