Class: EventPhase

EventPhase

EventPhase クラスは、Event クラスの eventPhase プロパティの値を提供します。

The EventPhase class provides values for the eventPhase property of the Event class.

new next2d.events.EventPhase ()

Members

next2d.events.EventPhase.AT_TARGET staticconstant

ターゲット段階(イベントフローの 2 番目の段階)です。
The target phase, which is the second phase of the event flow.

Default Value:
  • 2

next2d.events.EventPhase.BUBBLING_PHASE staticconstant

ターゲット段階(イベントフローの 2 番目の段階)です。
The target phase, which is the second phase of the event flow.

Default Value:
  • 3

next2d.events.EventPhase.CAPTURING_PHASE staticconstant

キャプチャ段階(イベントフローの最初の段階)です。
The capturing phase, which is the first phase of the event flow.

Default Value:
  • 1

next2d.events.EventPhase.namespace string staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.events.EventPhase

namespace string constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.events.EventPhase

Methods

next2d.events.EventPhase.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class EventPhase]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object EventPhase]
Returns:
TypeDescription
string