Forum Discussion
Chakkaradeep (Chaks) Chinnakonda Chandran
Oct 04, 2017Former Employee
SPFx Tenant Properties Preview now available for First Release tenants
Hi All,
Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. The tenant properties are managed by tena...
Terry Hagan
Oct 19, 2017Iron Contributor
Hi, the link to docs comes up with a 404.
- Chakkaradeep (Chaks) Chinnakonda ChandranOct 19, 2017Former Employee
Thanks! Not sure what changed but it works now.
- kath pattersonOct 30, 2017Iron Contributor
great to see the ever useful old 'property bag' resurface.
be good to see PnP JS Core encapsulate the GET request to make this neater and obviate uneeded code lines. hopefully in next release perhaps?
- Gautam ShethNov 21, 2017Brass Contributor
Hey kath patterson , have added the support for this endpoint in PnP js. It will be available in the next release which will be available around December.
Do update it when it becomes available.
After that, you can use the below code in your webpart:pnp.sp.web.getStorageEntity('SPFxTestKey').then(r => { console.log(r); });