Public function

Get a number of indices below an index.

Signature
function getIndicesBelow(above: string, n: number): string[]
Parameters
NameDescription

above

string

The index above.

n

number

The number of indices to get.

Returns
string[]
Source

packages/editor/src/lib/utils/reordering/reordering.ts

getIndicesAbovegetIndicesBetween