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.

Verze ze dne 17. 03. 2025. Zobrazit nejnovější verzi.

Autor
gncnpk
Hodnocení
0 0 0
Verze
1.7
Vytvořeno
12. 03. 2025
Aktualizováno
17. 03. 2025
Size
10,1 KB
Licence
GPL-3.0
Spustit na

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