Hierarchy

  • Unwind

Properties

Properties

$unwind: string | {
    includeArrayIndex?: string;
    path: string;
    preserveNullAndEmptyArrays?: boolean;
}

Type declaration

  • Optional includeArrayIndex?: string
  • path: string
  • Optional preserveNullAndEmptyArrays?: boolean

Generated using TypeDoc