Class: VisualView

Drupal.contextual.VisualView()

new VisualView()

Renders the visual view of a contextual link. Listens to mouse & touch.

Source:

Extends

  • Backbone.View

Methods

events() → {object}

Events for the Backbone view.

Source:
Returns:

A mapping of events to be used in the view.

Type
object

render() → {Drupal.contextual.VisualView}

{@inheritdoc}

Source:
Returns:

The current contextual visual view.

Type
Drupal.contextual.VisualView