mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Added setBackground
This commit is contained in:
6
mapsjs/mapsjs.d.ts
vendored
6
mapsjs/mapsjs.d.ts
vendored
@@ -2611,6 +2611,12 @@ declare module 'mapsjs' {
|
||||
* @param {number} cem The content extent margin in pixels.
|
||||
*/
|
||||
setContentExtentsMarginInPixels(cem: number): void;
|
||||
|
||||
/**
|
||||
* Sets the background color of the map using a css color string
|
||||
* @param {number} b- a css color string
|
||||
*/
|
||||
setBackground(b: string): void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user