Public function

Get n number of indices, starting at an index.

Signature
function getIndices(n: number, start?: string): string[]
Parameters
NameDescription

n

number

The number of indices to get.

start

string

The index to start at.

Returns
string[]
Source

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

getIndexBetweengetIndicesAbove