Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Private

The namespace for the module implementation details.

Index

Functions

autoselect

computeTimeout

  • computeTimeout(delta: number): number
  • Compute the scroll timeout for the given delta distance.

    Parameters

    • delta: number

      The delta pixels from the origin.

    Returns number

    The scaled timeout in milliseconds.

createCellConfigObject

resizeHandleForHitTest

Object literals

Const cursorMap

cursorMap: object

A mapping of resize handle to cursor.

bottom

bottom: string = "ns-resize"

hyperlink

hyperlink: string = "pointer"

left

left: string = "ew-resize"

none

none: string = "default"

right

right: string = "ew-resize"

top

top: string = "ns-resize"

Generated using TypeDoc