Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. MouseEvent class
MouseEvent
description

MouseEvent class

Inheritance
Implementers
Annotations
  • @Native.new("MouseEvent,DragEvent")

Constructors

MouseEvent(Stringtype, {Window?view,intdetail =0,intscreenX =0,intscreenY =0,intclientX =0,intclientY =0,intbutton =0,boolcanBubble =true,boolcancelable =true,boolctrlKey =false,boolaltKey =false,boolshiftKey =false,boolmetaKey =false,EventTarget?relatedTarget})
factory

Properties

altKeybool
no setter
bubblesbool?
no setterinherited
buttonint
no setter
buttonsint?
no setter
cancelablebool?
no setterinherited
clientPoint<num>
no setter
composedbool?
no setterinherited
ctrlKeybool
no setter
currentTargetEventTarget?
no setterinherited
dataTransferDataTransfer
no setter
defaultPreventedbool
no setterinherited
detailint?
no setterinherited
eventPhaseint
no setterinherited
fromElementNode?
The nonstandard way to access the element that the mouse comesfrom in the case of amouseover event.
no setter
hashCodeint
The hash code for this object.
no setterinherited
isTrustedbool?
no setterinherited
layerPoint<num>
no setter
matchingTargetElement
A pointer to the element whose CSS selector matched within which an eventwas fired. If this Event was not associated with any Event delegation,accessing this value will throw anUnsupportedError.
no setterinherited
metaKeybool
no setter
movementPoint<num>
no setter
offsetPoint<num>
The coordinates of the mouse pointer in target node coordinates.
no setter
pagePoint<num>
no setter
pathList<EventTarget>
no setterinherited
regionString?
no setter
relatedTargetEventTarget?
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
screenPoint<num>
no setter
shiftKeybool
no setter
sourceCapabilitiesInputDeviceCapabilities?
no setterinherited
targetEventTarget?
no setterinherited
timeStampnum?
no setterinherited
toElementNode?
The nonstandard way to access the element that the mouse goesto in the case of amouseout event.
no setter
typeString
no setterinherited
viewWindowBase?
no setterinherited

Methods

composedPath()List<EventTarget>
inherited
getModifierState(StringkeyArg)bool
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault()→ void
inherited
stopImmediatePropagation()→ void
inherited
stopPropagation()→ void
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited
  1. Dart
  2. dart:html
  3. MouseEvent class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp