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

Unofficial type declarations for the Foundry Virtual Tabletop API

Results 366 foundry-vtt-types issues
Sort by recently updated
recently updated
newest added
trafficstars

`resources/app/common/types.mjs` - Consider if these are still supposed to be in the global scope or to change them to module exports as `types` a la `client.mjs` - Make individual type...

foundry v12

`resources/app/client/data/documents/combatant.js`

version update
documents
foundry v12

`resources/app/client/data/documents/item.js`

version update
documents
foundry v12

`resources/app/client/data/documents/scene.js`

version update
documents
foundry v12

Couple concerns: - Typed a lot of `static override fragmentShader` in subclasses as `string | ((...args: any[]) => string)` instead of just `string`, which matches the `AbstractBaseShader` typing, but I...

foundry v12

After some testing, you can absolutely provide data models for the `base` type and any other core-provided types. Our implementation of `TypeDataField` should reflect that. We should also make sure...

bug
foundry v11

For example - convert to interfaces - Look at the typing of stuff like: ```ts static override create< T extends VisualEffectsMaskingFilter, Options extends VisualEffectsMaskingFilter.CreateOptions, >(this: ConstructorOf, { filterMode, postProcessModes, ...uniforms...

foundry v12

`resources/app/client/data/documents/tile.js`

version update
documents
foundry v12

[baseChatMessage.patch](https://github.com/user-attachments/files/16429476/baseChatMessage.patch)

version update
foundry v12

`resources/app/client/data/documents/macro.js`

version update
documents
foundry v12