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

sp webpart base.ipropertypaneaccessor.opendetails

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

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

IPropertyPaneAccessor.openDetails() method

This API should be used to open the Details PropertyPane to help configure the items in the web part.

Signature:

openDetails(context?: any): void;

Parameters

Parameter Type Description
context any Add additional context for property pane

Returns:

void

Remarks

This API is mainly used for configuring Details, which is different from configuring the web part itself.

Clone this wiki locally