WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

D3 brush event

The generic refers to the type of the datum for the group element on which brush was defined.

Type parameters

  • Datum

Hierarchy

  • D3BrushEvent

Index

Properties

selection

selection: BrushSelection

The current brush selection associated with the event.

sourceEvent

sourceEvent: any

The underlying input event, such as mousemove or touchmove.

target

target: BrushBehavior<Datum>

The BrushBehavior associated with the event

type

type: "start" | "brush" | "end" | string

The event type for the BrushEvent

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc