Options
All
  • Public
  • Public/Protected
  • All
Menu

Callback options for a drag point with a custom position/behavior.

Hierarchy

  • ICallbackDragPointOptions

Index

Properties

Optional Readonly applyDrag

applyDrag: (ctx: IDragPointContext, currentValues: Point, previousValues: Point) => void

Type declaration

Optional Readonly getAdornerSvg

getAdornerSvg: (ctx: IDragPointContext) => string

Type declaration

Optional Readonly getCursor

getCursor: (ctx: IDragPointContext, isDragging: boolean) => ECursorStyle | undefined

Type declaration

Readonly getScreenPosition

getScreenPosition: (ctx: IDragPointContext) => Point | undefined

Type declaration

Optional Readonly hitTest

hitTest: (ctx: IDragPointContext, mousePoint: Point) => boolean

Type declaration

Readonly id

id: string

Generated using TypeDoc