@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
22 lines (21 loc) • 987 B
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { IHelpTable } to '@mikezimm/fps-core-v7/lib/banner/components/SingleHelpPage/interfaces/ISinglePageProps;'
*/
import { IHelpTable } from '@mikezimm/fps-core-v7/lib/banner/components/SingleHelpPage/interfaces/ISinglePageProps';
/**
* tricksTable creates table of "tricks" which provide url paramters to reload the page in different modes
* Originally copied from FPSPageInfo
* const showScenario, showTool, showGulp, showAllowOther, showCrazy, showCreate: boolean = true;
* @param showScenario
* @param showTool
* @param showGulp
* @param showAllowOther
* @param showCrazy
* @param showCreate
* @returns
*/
export declare function tricksTable(showScenario: boolean, showTool: boolean, showGulp: boolean, showAllowOther: boolean, showCrazy: boolean, showCreate: boolean, beakermode: boolean): {
table: IHelpTable;
};
//# sourceMappingURL=ReusaableTricks.d.ts.map