Type Alias CaptureList

CaptureList: [event: WidgetEvent, captured: boolean][]

A list of pairs. Each pair contains, in this order, the event that was dispatched, and whether it was captured.