We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Home > @microsoft/sp-webpart-base > IPropertyPaneAccessor > openDetails
This API should be used to open the Details PropertyPane to help configure the items in the web part.
Signature:
openDetails(context?: any): void;
Returns:
void
This API is mainly used for configuring Details, which is different from configuring the web part itself.
Home