shouldSkipIndex method

shouldSkipIndex(index)

Determines whether the item with the specified index should be skipped.

shouldSkipIndex(index: number)
ParameterTypeDescription
indexnumberThe index of the item.

Returns

true if the item should be skipped; otherwise, false.

See Also