Interface Drag

Index

Call signatures

Properties

Call signatures

(): any

Execute drag method

Returns

any

Properties

public on: (type: string, listener: (data: any, index?: number) => any) => D3.Behavior.Drag

Registers a listener to receive events

param

Enent name to attach the listener to

param

Function to attach to event

public origin: { (): any; (origin?: any): D3.Behavior.Drag; }

Gets or set the current origin accessor function

(): any

Get the current origin accessor function

Returns

any

(): Drag

Set the origin accessor function

Returns

Drag