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 > PropertyPaneButton
Warning: This API is now obsolete. This is obsolete now. This function has been moved to @microsoft/sp-property-pane. Please consume it from there.
Warning: This API is now obsolete.
This is obsolete now. This function has been moved to @microsoft/sp-property-pane. Please consume it from there.
@microsoft/sp-property-pane
Helper method to create a Button on the PropertyPane.
Signature:
export declare function PropertyPaneButton(targetProperty: string, properties: IPropertyPaneButtonProps): IPropertyPaneField<IPropertyPaneButtonProps>;
Returns:
IPropertyPaneField<IPropertyPaneButtonProps>
Home