search

goog.editor.range.Point

Provided By

One endpoint of a range, represented as a Node and and offset.

new Point( node, offset )

Parameters
node(Node|null)

The node containing the point.

offsetnumber

The offset of the point into the node.

Instance Methods

Instance Properties

Static Functions