DygraphInteractionModel class

Dygraph interaction model definition.

Annotations
  • @JS()
  • @anonymous

Constructors

DygraphInteractionModel({bool? willDestroyContextMyself, InteractionModelFunc? click, InteractionModelFunc? dblclick, InteractionModelFunc? mousedown, InteractionModelFunc? mouseup, InteractionModelFunc? mousemove, InteractionModelFunc? mouseenter, InteractionModelFunc? mouseleave, InteractionModelFunc? mousewheel, InteractionModelFunc? touchstart, InteractionModelFunc? touchmove, InteractionModelFunc? touchend, InteractionModelFunc? keydown, InteractionModelFunc? keyup})
factory

Properties

click InteractionModelFunc
getter/setter pair
dblclick InteractionModelFunc
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keydown InteractionModelFunc
getter/setter pair
keyup InteractionModelFunc
getter/setter pair
mousedown InteractionModelFunc
getter/setter pair
mouseenter InteractionModelFunc
getter/setter pair
mouseleave InteractionModelFunc
getter/setter pair
mousemove InteractionModelFunc
getter/setter pair
mouseup InteractionModelFunc
getter/setter pair
mousewheel InteractionModelFunc
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
touchend InteractionModelFunc
getter/setter pair
touchmove InteractionModelFunc
getter/setter pair
touchstart InteractionModelFunc
getter/setter pair
willDestroyContextMyself bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited