flywave-mapview.themeloader
Home > @flywave/flywave-mapview > ThemeLoader
ThemeLoader class
Loads and validates a theme from URL objects.
Signature:
export declare class ThemeLoader
Methods
Method | Modifiers | Description |
|---|---|---|
| Checks if | |
| Loads a from a remote resource, provided as a URL that points to a JSON-encoded theme. By default, resolves following features of theme:
Relative URIs of reference resources are resolved to full URL using the document's base URL (see [[resolveUrls]]). Custom URIs (of theme itself and of resources referenced by theme) may be resolved with by providing using // ThemeLoadOptions.uriResolver option. | |
|