Skip to content

API Reference / @gtkx/components / ColumnDef

Type Alias: ColumnDef<T>

ColumnDef<T> = Omit<GtkColumnViewColumnProps, "factory" | "sorter"> & ColumnDefDeclarativeProps<T>

Defined in: column-view-column.d.ts:18

Type Parameters

T

T = unknown

Released under the MPL-2.0 License.