UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

6 lines 344 B
import { _File } from "../files/types.js"; import { WebPartsPersonalizationScope, LimitedWebPartManager } from "./types.js"; _File.prototype.getLimitedWebPartManager = function (scope = WebPartsPersonalizationScope.Shared) { return LimitedWebPartManager(this, `getLimitedWebPartManager(scope=${scope})`); }; //# sourceMappingURL=file.js.map