• Retrieves all items from a given row. If the row is a subset, it returns the items directly. If the row is not a subset, it recursively retrieves the items from its subsets. The returned items are unique (no duplicates).

    Parameters

    • row: Row

      The row object from which to retrieve the items.

    Returns string[]

    An array of unique items from the row.

Generated using TypeDoc