Type Alias FillPaintPropsPossiblyEvaluated
type FillPaintPropsPossiblyEvaluated = {
"fill-antialias": boolean;
"fill-color": PossiblyEvaluatedPropertyValue<Color>;
"fill-opacity": PossiblyEvaluatedPropertyValue<number>;
"fill-outline-color": PossiblyEvaluatedPropertyValue<Color>;
"fill-pattern": PossiblyEvaluatedPropertyValue<CrossFaded<ResolvedImage>>;
"fill-translate": [number, number];
"fill-translate-anchor": "map" | "viewport";
}
"fill-antialias": boolean;
"fill-color": PossiblyEvaluatedPropertyValue<Color>;
"fill-opacity": PossiblyEvaluatedPropertyValue<number>;
"fill-outline-color": PossiblyEvaluatedPropertyValue<Color>;
"fill-pattern": PossiblyEvaluatedPropertyValue<CrossFaded<ResolvedImage>>;
"fill-translate": [number, number];
"fill-translate-anchor": "map" | "viewport";
}
Was this helpful?