Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 322 Bytes

mode.md

File metadata and controls

17 lines (11 loc) · 322 Bytes

Mode

The mode to use for tracking the lead event. async will not block the request; wait will block the request until the lead event is fully recorded in Dub.

Example Usage

import { Mode } from "dub/models/operations";

let value: Mode = "wait";

Values

"async" | "wait"