Version: 2017.4

説明

Used to specify the phases where an event handler should be executed.

変数

NoCaptureThe event handler should be executed during the target and bubble up phases.
CaptureThe event handler should be executed during the capture and the target phases.