Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace for the rangy jQuery UI Signature plugin.

Contains some additional types and interfaces required for the typings.

A jQuery UI plugin that captures or draws a signature. It requires the jQuery UI widget and mouse modules and needs the excanvas.js add-in for older IE versions.

See http://keith-wood.name/signature.html

Index

Type Aliases

OnChangeListener: ((event: TriggeredEvent, ui: Record<string, never>) => void)

Type declaration

    • A callback for when the signature changes.

      Parameters

      Returns void

Point: [number, number]

Represents a two dimensional point with an x and a coordinate, in that order.

Represents a two dimensional line through the given points.

SyncFormat: "JSON" | "SVG" | "PNG" | "JPEG"

A list of possible data types for storing a drawn signature.

Generated using TypeDoc