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.
1 parent 065bc44 commit 65a948bCopy full SHA for 65a948b
docs/documentation/docs/controls/Placeholder.md
@@ -26,7 +26,7 @@ import { Placeholder } from "@pnp/spfx-controls-react/lib/Placeholder";
26
- With the `onConfigure` property you can define what it needs to do when you click on the button. Like for example opening the property pane:
27
28
```typescript
29
-private _onConfigure() {
+private _onConfigure = () => {
30
// Context of the web part
31
this.props.context.propertyPane.open();
32
}
0 commit comments