estruyf / custom-fields-spfx

Custom fields for SharePoint Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom fields for the SharePoint Framework

Field types

Logging field

The logging field can be used to log any information about your web part. For example the logging field can be used to log information about a API call. That way you do not have to start debugging your code to see the responses.

'Logging field example'

Using this field

git clone this repo
npm install
tsd install
gulp serve

Versions

0.0.1

  • Initial commit with the logging field.

About

Custom fields for SharePoint Framework


Languages

Language:TypeScript 86.8%Language:CSS 8.8%Language:JavaScript 4.4%