VectorEventType: Add 'changefeature' in @typedef
'changefeature' is missing in @typedef - Add it.
This commit is contained in:
@@ -58,5 +58,5 @@ export default {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {'addfeature'|'clear'|'removefeature'|'featuresloadstart'|'featuresloadend'|'featuresloaderror'} VectorSourceEventTypes
|
* @typedef {'addfeature'|'changefeature'|'clear'|'removefeature'|'featuresloadstart'|'featuresloadend'|'featuresloaderror'} VectorSourceEventTypes
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user