diff --git a/externs/olx.js b/externs/olx.js index 56d942a5d7..05106437cc 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -1910,6 +1910,7 @@ olx.format.WFSOptions.prototype.schemaLocation; * outputFormat: (string|undefined), * maxFeatures: (number|undefined), * geometryName: (string|undefined), + * propertyNames: (Array.|undefined), * bbox: (ol.Extent|undefined)}} * @api */ @@ -1981,6 +1982,14 @@ olx.format.WFSWriteGetFeatureOptions.prototype.maxFeatures; olx.format.WFSWriteGetFeatureOptions.prototype.geometryName; +/** + * Optional list of property names to serialize. + * @type {Array.|undefined} + * @api + */ +olx.format.WFSWriteGetFeatureOptions.prototype.propertyNames; + + /** * Extent to use for the BBOX filter. * @type {ol.Extent|undefined}