Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IterableBuilderOptions<T, TNull>

A set of options to create an Iterable or AsyncIterable Builder transform function.

see

Builder.throughIterable

see

Builder.throughAsyncIterable

Type parameters

Hierarchy

Index

Properties

Optional children

children: {} | BuilderOptions[]

Optional dictionaryHashFunction

dictionaryHashFunction: undefined | ((value: any) => string | number)

Optional highWaterMark

highWaterMark: undefined | number

Optional nullValues

nullValues: TNull[] | ReadonlyArray<TNull> | null

Optional queueingStrategy

queueingStrategy: "bytes" | "count"

type

type: T

Optional valueToChildTypeId

valueToChildTypeId: undefined | ((builder: Builder<T, TNull>, value: any, offset: number) => number)

Generated using TypeDoc