Contents

TableOutlineGroupContent

An opaque table row type created by a table’s hierarchical initializers.

Declaration

struct TableOutlineGroupContent<Data> where Data : RandomAccessCollection, Data.Element : Identifiable

Overview

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.

See Also

Adding progressive disclosure