pageIndex property

int? pageIndex
final

The zero-based page index this entry navigates to, or null if the entry has no internal-page destination (e.g. it is a URI action or a section label with no target).

A value of null does not indicate an error; it indicates that this entry either has a uri target or is a pure structural label.

Implementation

final int? pageIndex;