ol
Version:
OpenLayers mapping library
14 lines • 364 B
TypeScript
export default IsNull;
/**
* @classdesc
* Represents a `<PropertyIsNull>` comparison operator.
* @api
*/
declare class IsNull extends Comparison {
/**
* @param {!string} propertyName Name of the context property to compare.
*/
constructor(propertyName: string);
}
import Comparison from "./Comparison.js";
//# sourceMappingURL=IsNull.d.ts.map