IntersectionChangeEvent class

Inheritance

Constructors

IntersectionChangeEvent(double intersectionRatio)

Properties

bubbles bool
getter/setter pairinherited
cancelable bool
getter/setter pairinherited
currentTarget EventTarget?
getter/setter pairinherited
defaultPrevented bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
intersectionRatio double
final
propagationStopped bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target EventTarget?
getter/setter pairinherited
timeStamp int
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

canBubble() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited
toRaw([int methodLength = 0]) Pointer<RawNativeIntersectionChangeEvent>
override
toString() String
A string representation of this object.
inherited

Operators

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