@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
12 lines • 473 B
TypeScript
import type { IClientSideWebPartManifest } from '@microsoft/sp-module-interfaces';
import type IWebPartData from '../core/IWebPartData';
/**
* Gets manifest and webPartData to load Error ACE
*
* @internal
*/
export declare function getErrorAceLoadConfiguration(webPartData: IWebPartData | undefined, errorMessage?: string): {
manifest: IClientSideWebPartManifest<unknown>;
webPartData: IWebPartData;
};
//# sourceMappingURL=getErrorAceLoadConfiguration.d.ts.map