Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ItorItem<ItemT>

JavaScript Iterator returned during iteration. Selects one target Collection item at a time.

Type parameters

  • ItemT

Hierarchy

  • ItorItem

Index

Properties

Properties

done: boolean

Identifies final iteration item. false - Current Item is not the last Item. Continue Iterating. true - Current Item is the last item. Stop Iterating.

value: ItemT

Collection Item found at current iteration index.

Generated using TypeDoc