Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public

The CanvasDrawer mixin is responsible for the rendering of a Minimap in a canvas element.

public

This mixin is used by the CanvasDrawer in MinimapElement to read the styles informations from the DOM to use when rendering the Minimap.

public

The Decoration class represents a decoration in the Minimap.

public

The mixin that provides the decorations API to the minimap editor view.

public

The Minimap package provides an eagle-eye view of text buffers.

public

The Minimap class is the underlying model of a <MinimapElement>.

public

Public: The MinimapElement is the view meant to render a Minimap instance in the DOM.

public

Provides methods to manage minimap plugins.

Function Summary

Static Public Function Summary
public

element(elementName: string): Function

Generates a decorator function to convert a class into a custom element through the registerOrUpdateElement method from atom-utils.

public

include(mixins: ...Mixin): function(cls: Function): Function

Generates a decorator function to includes many mixto mixins into a class.