Created
February 12, 2017 19:35
-
-
Save chrisobriensp/fb62ee51c5f780ef66944ff040603b97 to your computer and use it in GitHub Desktop.
An extract showing the Link control you can use in SPFx web part properties (from getPropertyPaneConfiguration() method).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PropertyPaneLink('', { | |
| href: 'https://www.sharepointnutsandbolts.com', | |
| text: 'COB blog', | |
| target: '_blank', | |
| popupWindowProps: { | |
| height: 500, | |
| width: 500, | |
| positionWindowPosition: 2, | |
| title: 'COB blog' | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment