Name | Type | Default | Description |
---|---|---|---|
type | string | ||
bubbles | boolean | true | optional |
cancelable | boolean | false | optional |
Extends
- Event
Members
click イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a click event object.- Default Value:
- click
dblclick イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a dblclick event object.- Default Value:
- dblclick
mouseDown イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a mouseDown event object.- Default Value:
- mouseDown
mouseMove イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a mouseMove event object.- Default Value:
- mouseMove
mouseOut イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a mouseOut event object.- Default Value:
- mouseOut
mouseOver イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a mouseOver event object.- Default Value:
- mouseOver
mouseUp イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a mouseUp event object.- Default Value:
- mouseUp
mouseWheel イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a mouseWheel event object.- Default Value:
- mouseWheel
指定されたクラスの空間名を返します。
Returns the space name of the specified class.- Default Value:
- next2d.events.MouseEvent
rollOut イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a rollOut event object.- Default Value:
- rollOut
rollOver イベントオブジェクトの type プロパティ値を定義します。
Defines the value of the type property of a rollOver event object.- Default Value:
- rollOver
指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.events.MouseEvent
Methods
指定されたクラスのストリングを返します。
Returns the string representation of the specified class.- Default Value:
- [class MouseEvent]
Returns:
Type Description string 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.Returns:
Type Description string