Skip to content

Commit 315d99b

Browse files
Update getoutputs.md
1 parent ce11898 commit 315d99b

File tree

1 file changed

+3
-3
lines changed
  • powerapps-docs/developer/component-framework/reference/control

1 file changed

+3
-3
lines changed

powerapps-docs/developer/component-framework/reference/control/getoutputs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ For example, if the manifest has a property `value` that is an `input-output`, a
3737
```TypeScript
3838
public getOutputs(): IOutputs
3939
{
40-
return {
41-
value: this._value
42-
};
40+
return {
41+
value: this._value
42+
};
4343
}
4444
```
4545

0 commit comments

Comments
 (0)