fable-import-sp-pnp-js
v0.1.0
Published
Fable bindings for SharePoint and the SharePoint Framework Patterns and Practices JavaScript Core Library
Downloads
4
Readme
fable-import-sp-pnp-js
Fable bindings for SharePoint and the SharePoint Framework Patterns and Practices JavaScript Core Library. Simple library that can be used to create client-only SharePoint application in F#.
JavaScript API reference
open Fable.Import
let list = pnp.Globals.sp.web.lists.getByTitle("Documents")
list.breakRoleInheritance()