Visual

Visual

The superclass for visual representations of a Ripe instance.

Constructor

new Visual(owner, element, options)

Source:
Parameters:
Name Type Description
owner Ripe The Ripe instance to be represented.
element Object The DOM element that should be updated.
options Object The options to be used to configure the Visual representation.

Extends

  • Interactable

Methods

deinit()

The deinitializer to be called (by the owner) when it should stop responding to updates so that any necessary cleanup operations can be executed.
Source:

init()

The initializer which is called (by the owner) whenever the Visual is going to become active.
Source: