Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnionBuilderOptions<T, TNull>

Type parameters

  • T: Union = any

  • TNull = any

Hierarchy

Index

Properties

Optional children

children: {} | BuilderOptions[]

Optional nullValues

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

type

type: T

Optional valueToChildTypeId

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

Generated using TypeDoc