@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
11 lines (10 loc) • 570 B
TypeScript
import { IRailAnalytics } from '../Arrays/grouping';
/**
*
* @param analyticsWeb
* @param analyticsList
* @param WebID
* @param ListID
* @param fetchOnlyThisList : Set to true in order to add the list ID to the rest filter to return only relavent items
*/
export declare function fetchAnalytics(analyticsWeb: string, analyticsList: string, WebID: string, ListID: string | null | undefined, fetchOnlyThisList: boolean | undefined, theseColumns: any[] | undefined, top: number | undefined, baseErrorTrace: string): Promise<IRailAnalytics[] | undefined>;