DefinitelyTyped/types/cesium
golyalpha 953faadd23 Fix types in multiple classes [CesiumJS] (#27672)
* Changes to mutiple classes

Fixed types of PolygonGraphics
 - the type of fill property should be boolean
 - the types in constructor's options object should match the types of the class properties
Fixed types of LabelGraphics
 - the font property is a string specifying the CSS font
 - see change notes to PolygonGraphics
Fixed types of EllipseGraphics
 - the outlineColor prop is of type Color, not Property
 - see change notes to PolygonGraphics

* Fixed types of LabelGraphics
 - fillColor type changed to Color
 - outlineColor type changed to Color
 - outlineWidth type changed to number

* Fixed types in EllipseGraphics

* Updated PolygonGraphics

material property accepts both MaterialProperty and Color types

* Updated types in EllipseGraphics
2018-08-06 11:34:49 -07:00
..
test [cesium] add module support 2018-05-23 08:52:03 -04:00
index.d.ts Fix types in multiple classes [CesiumJS] (#27672) 2018-08-06 11:34:49 -07:00
tsconfig.json [cesium] add module support 2018-05-23 08:52:03 -04:00
tslint.json [cesium] update linting config 2018-05-23 09:49:17 -04:00