sortIndex property

int? sortIndex
getter/setter pair

Optional index for sorting the passes when they are grouped with other passes.

Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.

Implementation

core.int? sortIndex;