Public function

Get a number of indices above an index.

Signature
function getIndicesAbove(below: string, n: number): string[]
Parameters
NameDescription

below

string

The index below.

n

number

The number of indices to get.

Returns
string[]
Source

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

getIndicesgetIndicesBelow