Constructors

Methods

  • Parameters

    • rgbString: any
    • alpha: any

    Returns any

  • Parameters

    • $child: any
    • $parent: any

    Returns any

  • Format markup for popover text from an array of name value pairs [{name, value}]

    Parameters

    • nameValueArray: any

    Returns string

  • Find spinner

    Parameters

    • parentElement: any

    Returns any

  • Test if the given value is a string or number. Not using typeof as it fails on boxed primitives.

    Parameters

    • value: any

    Returns boolean

    boolean

  • Parameters

    • track_div: any
    • error: any

    Returns void

  • Parameters

    • string: any
    • delim: any

    Returns any[]

  • Start the spinner for the parent element, if it has one

    Parameters

    • parentElement: any

    Returns void

  • Stop the spinner for the parent element, if it has one

    Parameters

    • parentElement: any

    Returns void

  • Parameters

    • fn: any
    • threshhold: any
    • scope: any

    Returns (...args: any) => void

  • Translate the mouse coordinates for the event to the coordinates for the given target element

    Parameters

    • e: any
    • target: any

    Returns { x: number; y: number }