Package version:

An interface that tracks the settings for paged iteration

interface PageSettings {
    continuationToken?: string;
}

Hierarchy (view full)

Properties

continuationToken?: string

The token that keeps track of where to continue the iterator