Question

Is there a way to open the property pane without going into edit mode?

Était-ce utile?

La solution

You can do this by calling the open() method of the Property Pane which can be accessed via the web part's context property:

this.context.propertyPane.open();

You can call it on a button click event and it will open the property pane without manually opening the page in edit mode.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top