UNPKG

@mikezimm/fps-core-v7

Version:

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

19 lines 729 B
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/FPSWebPartClass/functions/... */ /** * Based directly from protected _addParamToUrl in FPSBaseClass * Eventually that could be removed and this could be called directly * * @param newParamStr * @param reRender * @param newTab */ export declare function setSearchParamToUrl(newParamStr: string, reRender?: boolean, newTab?: boolean): void; /** * Loosely based on rotected _addParamToUrl in FPSBaseClass but modified per bing chat * @param newParamStr * @param reRender */ export declare function deleteSearchParamFromUrl(newParamStr: string, reRender?: boolean): void; //# sourceMappingURL=updateUrlParam.d.ts.map