UNPKG

344 BJavaScriptView Raw
1import { _File } from "../files/types.js";
2import { WebPartsPersonalizationScope, LimitedWebPartManager } from "./types.js";
3_File.prototype.getLimitedWebPartManager = function (scope = WebPartsPersonalizationScope.Shared) {
4 return LimitedWebPartManager(this, `getLimitedWebPartManager(scope=${scope})`);
5};
6//# sourceMappingURL=file.js.map
\No newline at end of file