Microsoft Power Platform/Dynamics 365 CE - Generate TypeScript Overload Signatures

Automatically creates TypeScript type definitions compatible with @types/xrm by extracting form attributes and controls from Dynamics 365/Power Platform model-driven applications.

目前為 2025-03-17 提交的版本,檢視 最新版本

作者
gncnpk
評價
0 0 0
版本
1.8
建立日期
2025-03-12
更新日期
2025-03-17
尺寸
10.7 KB
授權條款
GPL-3.0
腳本執行於

xrm-generate-ts-overloads

Automatically creates TypeScript type definitions compatible with @types/xrm by extracting form attributes and controls from Dynamics 365/Power Platform model-driven applications.

You can find the source code here: xrm-generate-ts-overloads

Generated Form-Specific Definitions

Method Return Types

  • *.getAttribute()
  • *.getControl()
  • *.data.attributes.get()
  • *.controls.get()
  • *.sections.get()
  • *.ui.tabs.get() ### Enums
  • OptionSet Options ### Interfaces
  • OptionSet Attributes