Function groupIntoRows

  • Groups the list of items into a table structure.

    Returns

    A 2-dimensional array of the text items, where the first dimension is for the able rows, and the second dimension is for the cells.

    Parameters

    • items: readonly Readonly<SimpleTextItem>[]

      The target list of simplified text items.

    Returns SimpleTextItem[][]

Generated using TypeDoc