DygraphIframeTarp class

Annotations
  • @JS()
  • @anonymous

Constructors

DygraphIframeTarp({List? tarps})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tarps List
Tracks whether the mouse is down right now
getter/setter pair

Methods

cover() → void
Find all the iframes in the document and cover them with high z-index transparent divs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uncover() → void
Remove all the iframe covers. You should call this in a mouseup handler.

Operators

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