highlights property

List<int> highlights
final

A list of highlighted square indices. Usually this will correspond to squares that the selected piece can move to.

Implementation

final List<int> highlights;