Class: Action

bu.action. Action

An action is an object with functions to handle bu.control.Control and bu.Viewer events acting as middle connection between both.


new Action( [options])

Parameters:
Name Type Argument Description
options bu.action.ActionOptions <optional>

Options.

Source:
bu/actions/action.js

Extends

  • ol.Object

Members


control :bu.control.Control

The control this action is attached to.

Type:
Source:
bu/actions/action.js

viewer :bu.Viewer

This is the viewer this action will be tied to.

Type:
Source:
bu/actions/action.js