UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

20 lines (19 loc) 631 B
import { GridColumnOptionsSimpleSectionBaseDescription } from "./GridColumnOptionsSimpleSectionBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridColumnSortOptionsDescription extends GridColumnOptionsSimpleSectionBaseDescription { static $t: Type; protected get_type(): string; constructor(); private aw; get ascendingCaption(): string; set ascendingCaption(a: string); private ax; get descendingCaption(): string; set descendingCaption(a: string); private ay; get sortDirection(): string; set sortDirection(a: string); }