saif-ellafi/foundryvtt-window-controls

[Feature] Expose WindowControls for Macros/Integrations

RossGosling opened this issue · 0 comments

Other modules like SimpleCalendar expose their core class so you can run methods programmatically

Being able to use the following would be great for certain macros of mine at least, broader appeal might not exist

WindowControls.api.applyPinnedMode(app)
WindowControls.api.minimizeAll()
etc