Skip to content

Commit 5a12a0b

Browse files
authored
Merge pull request #6175 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch main)
2 parents 0022587 + e7aebe0 commit 5a12a0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ To create a new project:
7373
> [!NOTE]
7474
> If you receive the error `The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program.`, make sure you have installed [node.js](https://nodejs.org/en/download/) (LTS version is recommended) and all other prerequisites.
7575
76+
1. After npm install, you will need to generate ManifestDesignTypes.d.ts file in this directory using the below command."
77+
```
78+
npm run refreshTypes
79+
```
80+
81+
7682
## Implementing manifest
7783

7884
The control manifest is an XML file that contains the metadata of the code component. It also defines the behavior of the code component. In this tutorial, this manifest file is created under the `LinearInputControl` subfolder. When you open the `ControlManifest.Input.xml` file in Visual Studio Code, you'll notice that the manifest file is predefined with some properties. More information: [Manifest](manifest-schema-reference/manifest.md).

0 commit comments

Comments
 (0)