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 db8083f commit 77a4db9Copy full SHA for 77a4db9
powerapps-docs/developer/component-framework/reference/control/updateview.md
@@ -32,7 +32,7 @@ Model-driven apps and canvas apps (public preview)
32
```TypeScript
33
public updateView(context: ComponentFramework.Context<IInputs>): void
34
{
35
- this._labelElement.innerText = "Hello World! (TS)";
+ this._labelElement.innerText = "Hello World! (TS)";
36
}
37
```
38
0 commit comments