Interface ISortingExpression<T>

Type Parameters

  • T = any

Hierarchy

Hierarchy

Properties

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

Provides reference to the owner component.

strategy?: ISortingStrategy