UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

23 lines (22 loc) 474 B
import { Type } from "./type"; /** * Indicates the priority for a page request. */ export declare enum DataSourcePageRequestPriority { /** * Indicates a request with low priority. */ Low = 0, /** * Indicates a request with normal priority. */ Normal = 1, /** * Indicates a request with high priority. */ High = 2 } /** * @hidden */ export declare let DataSourcePageRequestPriority_$type: Type;