You are here

Interaction.php in Openlayers 7.3

Class Interaction.

File

src/Types/Interaction.php
View source
<?php

/**
 * @file
 * Class Interaction.
 */
namespace Drupal\openlayers\Types;


/**
 * Class Interaction.
 */
abstract class Interaction extends Base implements InteractionInterface {

  /**
   * The array containing the options.
   *
   * @var array
   */
  protected $options;

}

Classes

Namesort descending Description
Interaction Class Interaction.