-
Notifications
You must be signed in to change notification settings - Fork 16
TypeScript Dialog Item Template
PhuocLe edited this page Jun 20, 2026
·
2 revisions
Generates TypeScript files for a Dataverse dialog web resource.
15. TypeScript Dialog
Use this item template to build dialog web resources with TypeScript and typed dialog helper interfaces.
| File | Purpose |
|---|---|
TypeScript.dialog.ts |
Dialog-specific TypeScript scaffold. |
TypeScript.ts |
Main TypeScript implementation file. |
- Build custom dialog web resources in TypeScript.
- Use typed dialog controls and helper interfaces.
- Keep dialog logic separate from form scripts.