flywave-mapview.themeloadoptions
Home > @flywave/flywave-mapview > ThemeLoadOptions
ThemeLoadOptions interface
Options to customize loading process.
Signature:
export interface ThemeLoadOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
ISimpleChannel | (Optional) Custom logging channel on which diagnostics and warnings will be reported. If not specified, ThemeLoader.load() will log to | ||
number | (Optional) Maximum recursion depth when resolving base themes through [s [[DEFAULT_MAX_THEME_INTHERITANCE_DEPTH]] | ||
boolean | (Optional) Whether to resolve
| ||
boolean | (Optional) Resolve the URIs of inherited themes (using | ||
boolean | (Optional) Resolve the URIs to resources like fonts, icons, ... If true, [[uriResolver]] will be used to resolve the URI true | ||
AbortSignal | (Optional) An Modeled after Web APIs | ||
UriResolver | (Optional) Resolve asset |