endIndex property

int endIndex
final

The ending line index (zero-based) of the fold range.

When folded, all lines from startIndex + 1 to endIndex are hidden.

Implementation

final int endIndex;