Options
All
  • Public
  • Public/Protected
  • All
Menu

Utilities for working with Cursors.

Hierarchy

  • Cursors

Index

Methods

  • Returns the Cursor at index within the given list. Invert with toIndex.

    That is, the cursor is between the list elements at index - 1 and index.

    Parameters

    Returns string

  • Returns the current index of cursor within the given list. Inverse of fromIndex.

    That is, the cursor is between the list elements at index - 1 and index.

    Parameters

    Returns number

Generated using TypeDoc