mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
[cesium] Fix LabelGraphics property types (#45086)
This commit is contained in:
parent
cc38d945b2
commit
55e6ea8afd
8
types/cesium/index.d.ts
vendored
8
types/cesium/index.d.ts
vendored
@ -2705,21 +2705,21 @@ declare namespace Cesium {
|
||||
definitionChanged: Event;
|
||||
text: Property;
|
||||
font: string;
|
||||
style: LabelStyle | Property;
|
||||
style: Property;
|
||||
fillColor: Color;
|
||||
outlineColor: Color;
|
||||
outlineWidth: number;
|
||||
horizontalOrigin: Property;
|
||||
verticalOrigin: VerticalOrigin | Property;
|
||||
verticalOrigin: Property;
|
||||
eyeOffset: Property;
|
||||
pixelOffset: Cartesian2 | Property;
|
||||
pixelOffset: Property;
|
||||
backgroundColor: Property;
|
||||
scale: Property;
|
||||
showBackground?: Property;
|
||||
show: Property;
|
||||
translucencyByDistance: Property;
|
||||
pixelOffsetScaleByDistance: Property;
|
||||
distanceDisplayCondition?: DistanceDisplayCondition | Property;
|
||||
distanceDisplayCondition?: Property;
|
||||
constructor(options?: {
|
||||
text?: Property | string;
|
||||
font?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user