CaptureActionEvent constructor

CaptureActionEvent([
  1. CaptureActionEventInit? init
])

Implementation

factory CaptureActionEvent([CaptureActionEventInit? init]) =>
    CaptureActionEvent._(init ?? undefined);