foundry-vtt-types icon indicating copy to clipboard operation
foundry-vtt-types copied to clipboard

AppV2 issues

Open JPMeehan opened this issue 4 months ago • 0 comments

  • window expects the full interface, rather than all properties being optional
  • foundry.applications.fields is missing createSelectInput
  • createNumberInput has min, max, and step marked as required
  • DialogV2.prompt requires passing in the generics to clear the type error on the callback.

JPMeehan avatar Oct 23 '24 21:10 JPMeehan