parent
a83700d02b
commit
d90289a02d
|
@ -23,9 +23,10 @@ Sample web part that demonstrates how you can store Teams Personal App Web Part'
|
||||||
|
|
||||||
Teams Personal Apps, or Personal Tabs don't have settings.
|
Teams Personal Apps, or Personal Tabs don't have settings.
|
||||||
For SPFx it means few things:
|
For SPFx it means few things:
|
||||||
* Web Part will never be switched to Edit mode
|
* Web Part will never be switched to **Edit** mode
|
||||||
* Property Pane will never be shown
|
* Property Pane will never be shown
|
||||||
* `this.properties` value is always undefined
|
* `this.properties` value is always `undefined`
|
||||||
|
|
||||||
But there are definitely scenarios when we want to be able to configure Personal App and store this configuration somehow.
|
But there are definitely scenarios when we want to be able to configure Personal App and store this configuration somehow.
|
||||||
The provided sample demonstrates how it can be achieved using custom Settings Panel and custom list in user's OneDrive.
|
The provided sample demonstrates how it can be achieved using custom Settings Panel and custom list in user's OneDrive.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue