interface OnShutterEvent {
    type: "photo" | "snapshot";
}

Properties

Properties

type: "photo" | "snapshot"

The type of the media that was captured in this onShutter event.