UNPKG

air-lib

Version:

This is Air's angular component library

18 lines (17 loc) 504 B
import { IPagingEvent } from '../interfaces/ipaging-event'; import { ApiCallInfo } from './api-call-info'; export declare class PagingEvent implements IPagingEvent { previousIndex: number; currentIndex: number; startIndex: number; total: number; backUrl: string; hash: string | null; targetUrl: string; detailsUrl: string; currentId: string; itemsOnPage: number; apiCall: ApiCallInfo; eventSource: string; constructor(hash: string); }