Add basic docs for interaction

This commit is contained in:
Marc Jansen
2015-04-22 14:19:17 +02:00
parent 750a644396
commit 1917193ea9

View File

@@ -57,6 +57,7 @@ goog.inherits(ol.interaction.Interaction, ol.Object);
/**
* Return whether the interaction is currently active.
* @return {boolean} `true` if the interaction is active, `false` otherwise.
* @observable
* @api