Type Alias BookmarkFieldPageEx

type BookmarkFieldPageEx = {
    qEndIndex?: number;
    qStartIndex?: number;
    qStateName?: string;
}
Index

Properties

qEndIndex?: number

The end value of the range.

qStartIndex?: number

The start value of the range.

qStateName?: string

The name of the selected state.