isIndexOfRealSpan Method

Given a span index, test if it is within range and has nonzero length.

  • note that a false return does not imply there are no more spans. This may be a double knot (zero length span) followed by more real spans

isIndexOfRealSpan(spanIndex: number): boolean

Parameter Type Description
spanIndex number index of span to test.

Defined in

Last Updated: 08 January, 2020