Type Alias BookmarkFieldPage

Defines the range of the bookmark fields that are returned.

type BookmarkFieldPage = {
    qEndIndex?: number;
    qStartIndex?: number;
}
Index

Properties

qEndIndex?: number

The end value of the range.

qStartIndex?: number

The start value of the range.