endColumn property

int? endColumn
final

End position within endLine to search possible breakpoint locations in. It is measured in UTF-16 code units and the client capability columnsStartAt1 determines whether it is 0- or 1-based. If no end column is given, the last position in the end line is assumed.

Implementation

final int? endColumn;