Interface ISortingExpression<T>

Type Parameters

  • T = any

Hierarchy

Hierarchy (view full)

Properties

fieldName: KeyOfOrString<T, keyof T> & string
ignoreCase?: boolean
owner?: any

Provides reference to the owner component.

strategy?: ISortingStrategy