StructureTuple
TupleTableColumnContent
Table columns created from a swift tuple of table columns.
Availability 有効性
- macOS 12.0+
Technology
- Swift
UI
Declaration 宣言
@frozen struct TupleTableColumnContent<RowValue, Sort, T> where RowValue : Identifiable
, Sort : SortComparator
Topics 話題
Instance Properties インスタンスプロパティ
Type Aliases 型エイリアス
typealias TableColumnBody
The type of content representing the body of this table column content.
typealias TableColumnSortComparator
The type of sort comparator associated with this table column content.
typealias TableRowValue
The type of value of rows that can be presented by this column content.