Skip to content

API Reference / @gtkx/components / ColumnViewSortProps

Type Alias: ColumnViewSortProps

ColumnViewSortProps = object

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

Properties

onSortChanged?

optional onSortChanged?: ((column, order) => void) | null

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


sortColumn?

optional sortColumn?: string | null

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


sortOrder?

optional sortOrder?: Gtk.SortType | null

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

Released under the MPL-2.0 License.