UI Theme
Using the setTheme(...)
user can change the Unfolded Studio theme to dark
or light
, and add more customization options.
UnfoldedMap.setTheme(theme: string, options?: ThemeOptions): void
type ThemeOptions = {
backgroundColor: string;
};
Parameters
Name Description theme string
darkChoice between light / dark
themeoptions.backgroundColor string
Background color