@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
16 lines (14 loc) • 1.09 kB
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43
* Update:: import { fetchFileList } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/functions/fetchFileList;'
*/
/**
* CodeAnalizerComment: Updated 3 imports on 2024-09-21 23:07:24
* Update:: import { IFPSListItemPickerWPProps } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/interfaces/IFPSListItemPickerWPProps;'
* Update:: import { IJSFetchReturn } to '@mikezimm/fps-core-v7/lib/components/molecules/SpHttp/doSpJsFetch;'
* Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;'
*/
import { IFPSListItemPickerIndex } from "../interfaces/IFPSListItemPickerWPProps";
import { IThisFPSWebPartClass } from '../../../FPSWebPartClass/IThisFPSWebPartClass1152';
export declare function onListPickerChanged(thisWPClass: IThisFPSWebPartClass, includeItem: boolean, propertyPath: string, oldValue: any, newValue: any, idx: IFPSListItemPickerIndex): Promise<void>;
//# sourceMappingURL=onListPickerChanged.d.ts.map