UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

21 lines (20 loc) 1.25 kB
/** * CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52 * Update:: import { IFpsItemsReturn } to '@mikezimm/fps-core-v7/lib/components/molecules/process-results/CheckItemsResults;' * Update:: import { processSharedItems } to '@mikezimm/fps-core-v7/lib/components/atoms/SharedItems/processSharedItems;' */ import { IFpsItemsReturn } from "../../../components/molecules/process-results/IFpsItemsReturn"; import { IFpsSpHttpServiceMIN } from "../../../components/molecules/SpHttp/Sp/IFpsSpHttpServiceMIN"; /** * 2024-12-15: Migrated from fps-library-v2: src\components\atoms\SharedItems\getOnlySharedItems.ts * As of now, not tested, but might be used for PivotTiles where it was originally based from * * @param doThis was originally passed as doThis: IShowPermissionPage in PivotTiles so just casting as flexability * @param webURL * @param listTitle * @param addTheseItemsToState * @returns */ export declare function getOnlySharedItems(refObj: any, webURL: string, listTitle: string, callBack: (results: IFpsItemsReturn, refObj: any, message: string) => void, // such as addTheseItemsToState fpsSpService: IFpsSpHttpServiceMIN): Promise<IFpsItemsReturn>; //# sourceMappingURL=getOnlySharedItems.d.ts.map