mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-06 18:20:09 +00:00
Merge pull request #34487 from breeze9527/master
[amap-js-api] fix typo
This commit is contained in:
@@ -1968,7 +1968,7 @@ const testCircle = new AMap.Circle<CircleExtraData>({
|
||||
cursor: 'pointer',
|
||||
radius: 1000,
|
||||
strokeColor: '#FF0000',
|
||||
strokeOpcity: 0.8,
|
||||
strokeOpacity: 0.8,
|
||||
strokeWeight: 3,
|
||||
fillColor: '#00FF00',
|
||||
fillOpacity: 0.5,
|
||||
@@ -2004,7 +2004,7 @@ testCircle.setOptions({
|
||||
cursor: 'pointer',
|
||||
radius: 1000,
|
||||
strokeColor: '#FF0000',
|
||||
strokeOpcity: 0.8,
|
||||
strokeOpacity: 0.8,
|
||||
strokeWeight: 3,
|
||||
fillColor: '#00FF00',
|
||||
fillOpacity: 0.5,
|
||||
|
||||
2
types/amap-js-api/overlay/circle.d.ts
vendored
2
types/amap-js-api/overlay/circle.d.ts
vendored
@@ -13,7 +13,7 @@ declare namespace AMap {
|
||||
cursor?: string;
|
||||
radius?: number;
|
||||
strokeColor?: string;
|
||||
strokeOpcity?: number;
|
||||
strokeOpacity?: number;
|
||||
strokeWeight?: number;
|
||||
fillColor?: string;
|
||||
fillOpacity?: number;
|
||||
|
||||
Reference in New Issue
Block a user