dev7355608
dev7355608

When we reference a type but do not `import` it we need to `@import` it so that the type is linked correctly in the API docs.
Originally reported by graygeist: https://discord.com/channels/170995199584108546/1184176415139184731/1272569467297075302 **ALL MODULE DISABLED? ** TRUE **OS, Hosting, Browser:** Chrome based Application and Browser (Brave), issue appears not to exist in Firefox (tested by ) **Short...
Originally reported by freeze2689: https://discord.com/channels/170995199584108546/1184176415139184731/1272523094933897257** **ALL MODULES DISABLED?** true **Short Description of bug**: When token configuration is opened a token seems selected but actually isnt. Cant move the token, just...
Originally reported by epsilon7430: https://discord.com/channels/170995199584108546/1184176415139184731/1271940387505836142 **ALL MODULE DISABLED?** TRUE **OS, Hosting, Browser:** Win 10 and 11, Local, Edge and Chrome **Short Description:** "You lack FILES_UPLOAD permission and may not upload...
Originally reported by argo80: https://discord.com/channels/170995199584108546/1184176415139184731/1271307166204297228 **ALL MODULES DISABLED?** True. Completely uninstalled. **OS, Hosting, Browser (if applicable):** Windows 11. **Short Description of bug:** Grainy, flickering screen. Only happens with Foundry app...
For example: https://foundryvtt.com/api/v12/interfaces/client.PointSourcePolygonConfig.html#angle ```js /** * @typedef {Object} PointSourcePolygonConfig * @property {PointSourcePolygonType} type The type of polygon being computed * @property {number} [angle=360] The angle of emission, if limited *...
Expose `Token##animationData` and use `this.animationData` instead of `this.document` in `Token` anywhere we reference an animated property. Reason for considering this change: - The `TokenDocument` could be reset any time during...
It appears the description needs to be placed after `@typedef` (and before the first `@property`). If it is placed before the `@typedef`, it isn't included in the generated API docs....