054af090创建于 2020年4月7日历史提交
/**
 * @module ol/interaction/Property
 */

/**
 * @enum {string}
 */
export default {
  ACTIVE: 'active',
};