File

projects/netgrif-components-core/src/lib/header/models/user-changes/sort-change-description.ts

Description

Definition of emitted data when user changes sort mode on column

Extends

ColumnHeaderChange

Index

Properties

Properties

columnType
columnType: HeaderColumnType
Type : HeaderColumnType
fieldIdentifier
fieldIdentifier: string
Type : string
fieldType
fieldType: string
Type : string
petriNetIdentifier
petriNetIdentifier: string
Type : string
Optional
sortDirection
sortDirection: SortDirection
Type : SortDirection
import {HeaderColumnType} from '../header-column';
import {SortDirection} from '@angular/material/sort';
import {ColumnHeaderChange} from './column-header-change';

/**
 * Definition of emitted data when user changes sort mode on column
 */
export interface SortChangeDescription extends ColumnHeaderChange {
    fieldIdentifier: string;
    sortDirection: SortDirection;
    columnType: HeaderColumnType;
    fieldType: string;
    petriNetIdentifier?: string;
}

result-matching ""

    No results matching ""