UNPKG

@mikezimm/fps-core-v7

Version:

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

22 lines 2.16 kB
/** * 2024-09-09: Migrated from v2/src/logic/molecules/Performance */ export const MinPerformanceSettingLabelSS7 = ['spPageContextInfoClassic', 'spPageContextInfoModern', 'forceReloadScripts']; export const MinPerformanceSettingLabels = [...MinPerformanceSettingLabelSS7, ...['getAllProps']]; export const LoadPerformanceOps = [ 'superOnInit', 'fetch', 'analyze', 'create', 'check', 'jsEval', 'renderWebPartStart', 'renderWebPartEnd', 'fetchU', 'fetchUs', 'fetchS', 'fetchSs', 'fetchW', 'fetchWs', 'fetchL', 'fetchLs', 'fetch0', 'fetch1', 'fetch2', 'fetch3', 'fetch4', 'fetch5', 'fetch6', 'fetch7', 'fetch8', 'fetch9', 'fetch10', 'fetch11', 'fetch12', 'checkU', 'checkUs', 'checkS', 'checkSs', 'checkW', 'checkWs', 'checkL', 'checkLs', 'check0', 'check1', 'check2', 'check3', 'check4', 'check5', 'check6', 'check7', 'check8', 'check9', 'check10', 'check11', 'check12', 'analyzeU', 'analyzeUs', 'analyzeS', 'analyzeSs', 'analyzeW', 'analyzeWs', 'analyzeL', 'analyzeLs', 'analyze0', 'analyze1', 'analyze2', 'analyze3', 'analyze4', 'analyze5', 'analyze6', 'analyze7', 'analyze8', 'analyze9', 'analyze10', 'analyze11', 'analyze12', 'setting0', 'setting1', 'setting2', 'setting3', 'setting4', 'setting5', 'setting6', 'setting7', 'setting8', 'setting9', 'setting10', 'setting11', 'setting12', 'processU', 'processUs', 'processS', 'processSs', 'processW', 'processWs', 'processL', 'processLs', 'process0', 'process1', 'process2', 'process3', 'process4', 'process5', 'process6', 'process7', 'process8', 'process9', 'process10', 'process11', 'process12', 'render0', 'render1', 'render2', 'render3', 'render4', 'render5', 'render6', 'render7', 'render8', 'render9', 'render10', 'render11', 'render12', 'saveU', 'saveUs', 'saveS', 'saveSs', 'saveW', 'saveWs', 'saveL', 'saveLs', 'save0', 'save1', 'save2', 'save3', 'save4', 'save5', 'save6', 'save7', 'save8', 'save9', 'save10', 'save11', 'save12', 'create0', 'create1', 'create2', 'create3', 'create4', 'create5', 'create6', 'create7', 'create8', 'create9', 'create10', 'create11', 'create12', ]; //# sourceMappingURL=IPerformance.js.map