Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Page<T>

Represents a page of values.

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

[Page.offset]

[Page.offset]: number

The element offset from the start of the source iterable.

[Page.page]

[Page.page]: number

The page offset from the start of the source iterable.

offset

offset: unique symbol = Symbol("Page.offset")

The element offset from the start of the source iterable.

NOTE: This is a convenience alias for [Page.offset] and should return the same value.

page

page: unique symbol = Symbol("Page.page")

The page offset from the start of the source iterable.

NOTE: This is a convenience alias for [Page.page] and should return the same value.

Methods

[Symbol.iterator]

  • Returns Iterator<T>

Generated using TypeDoc