TableOutlineGroupContent
An opaque table row type created by a table’s hierarchical initializers.
Declaration
struct TableOutlineGroupContent<Data> where Data : RandomAccessCollection, Data.Element : IdentifiableOverview
This row content is created by Table.init(_:,children:,...) initializers as the table’s Rows generic type.
To explicitly create hierarchical rows, use OutlineGroup instead.