Skip to main content

Class: EntityTypeIterator

An iterator that loops through available entity types.

Implements

Constructors

new EntityTypeIterator()

private new EntityTypeIterator(): EntityTypeIterator

Returns

EntityTypeIterator

Methods

[iterator]()

[iterator](): Iterator ↗️ <EntityType, any, undefined>

Returns

Iterator ↗️ <EntityType, any, undefined>

Implementation of

Iterable.[iterator]

Remarks

This function can't be called in read-only mode.


next()

next(): IteratorResult ↗️ <EntityType, any>

Returns

IteratorResult ↗️ <EntityType, any>

Remarks

This function can't be called in read-only mode.