goog.provide('ol.interaction.Property'); /** * @enum {string} */ ol.interaction.Property = { ACTIVE: 'active' };