A container class that stores all Field instances and provides factory methods for them.

Members

Show:

Properties

Methods

Factory method for creating a Field object.

If a Field object is given as input, the index of the newly created object will be the one of the input, which means the new field inherits from it. Otherwise, a new index will be created and assigned.

Parameters

baseField?: Field

Return Value

Returns the row with the (one-based) index.

Parameters

index: number

Return Value

Parameters

comparator?: any