Skip to main content
cngx-src documentation

SortEntry

Interface

projects/common/data/sort/sort.directive.ts

Referenced by#

Import#

import { SortEntry } from '@cngx/common/data'

Description#

A single sort entry: the active field key and its direction.

Index#

Instance Properties#

active#string
direction#"asc" | "desc"