How to use the @pnp/sp-clientsvc.property function in @pnp/sp-clientsvc

To help you get started, we’ve selected a few @pnp/sp-clientsvc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pnp / pnpjs / sp-taxonomy / src / termstores.ts View on Github external
constructor(parent: ClientSvcQueryable | string = "") {
        super(parent);

        this._objectPaths.add(property("TermStores",
            // actions
            objectPath()));
    }
github pnp / pnpjs / packages / sp-taxonomy / src / termstores.ts View on Github external
constructor(parent: ClientSvcQueryable | string = "") {
        super(parent);

        this._objectPaths.add(property("TermStores",
            // actions
            objectPath()));
    }
github pnp / pnpjs / packages / sp-taxonomy / src / labels.ts View on Github external
constructor(parent: ClientSvcQueryable | string = "", _objectPaths: ObjectPathQueue | null = null) {
        super(parent, _objectPaths);

        this._objectPaths.add(property("Labels"));
    }

@pnp/sp-clientsvc

pnp - Provides core functionality to interact with the legacy client.svc SharePoint endpoint

MIT
Latest version published 5 years ago

Package Health Score

70 / 100
Full package analysis

Similar packages