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).
The row object from which to retrieve the items.
An array of unique items from the row.
Generated using TypeDoc
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).