Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp webpart base.ipropertypaneaccessor.refresh

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-webpart-base > IPropertyPaneAccessor > refresh

IPropertyPaneAccessor.refresh() method

This API should be used to invoke the PropertyPane to help configure the web part.

Signature:

refresh(): void;

Returns:

void

Remarks

This operation only works when the PropertyPane is already open for the currently active web part. If the PropertyPane is opened for another web part, calling the refresh API will have no impact.

Clone this wiki locally