Type alias IteratorOptions

IteratorOptions: {
    iteratorDelay?: number;
    timeoutMs?: number;
}

Options for configuring the behavior of an iterator.

Type declaration

  • Optional iteratorDelay?: number
  • Optional timeoutMs?: number

Generated using TypeDoc