UNPKG

711 BTypeScriptView Raw
1import { WebPartsPersonalizationScope, ILimitedWebPartManager } from "./types.js";
2declare module "../files/types" {
3 interface _File {
4 getLimitedWebPartManager(scope?: WebPartsPersonalizationScope): ILimitedWebPartManager;
5 }
6 interface IFile {
7 /**
8 * Specifies the control set used to access, modify, or add Web Parts associated with this Web Part Page and view.
9 * An exception is thrown if the file is not an ASPX page.
10 *
11 * @param scope The WebPartsPersonalizationScope view on the Web Parts page.
12 */
13 getLimitedWebPartManager(scope?: WebPartsPersonalizationScope): ILimitedWebPartManager;
14 }
15}
16//# sourceMappingURL=file.d.ts.map
\No newline at end of file