Skip to content

TypeScript Dialog Item Template

PhuocLe edited this page Jun 20, 2026 · 2 revisions

Generates TypeScript files for a Dataverse dialog web resource.

Visual Studio Display Name

15. TypeScript Dialog

Purpose

Use this item template to build dialog web resources with TypeScript and typed dialog helper interfaces.

Generated Files

File Purpose
TypeScript.dialog.ts Dialog-specific TypeScript scaffold.
TypeScript.ts Main TypeScript implementation file.

When To Use

  • Build custom dialog web resources in TypeScript.
  • Use typed dialog controls and helper interfaces.
  • Keep dialog logic separate from form scripts.

Related

Clone this wiki locally