Add logical negation (#35133)

https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-!
This commit is contained in:
James Greenleaf 2019-05-04 03:57:09 -04:00 committed by Wesley Wigham
parent 612aad6515
commit c1942d4bc1

View File

@ -32,7 +32,7 @@ declare namespace mapboxgl {
// Lookup
| 'at' | 'get' | 'has' | 'length'
// Decision
| '!=' | '<' | '<=' | '==' | '>' | '>=' | 'all' | 'any' | 'case' | 'match'
| '!' | '!=' | '<' | '<=' | '==' | '>' | '>=' | 'all' | 'any' | 'case' | 'match'
// Ramps, scales, curves
| 'interpolate' | 'interpolate-hcl' | 'interpolate-lab' | 'step'
// Variable binding