diff options
author | Aarni Koskela <akx@iki.fi> | 2023-05-25 09:05:06 +0300 |
---|---|---|
committer | Aarni Koskela <akx@iki.fi> | 2023-05-25 09:09:01 +0300 |
commit | bc53ecf298478ecd9d01a78ece50fea06a609d6a (patch) | |
tree | 1ecc98756a997f688fceb0625bab44f2c8d48f58 /.eslintrc.js | |
parent | 54696dce056ece694bbca3f6c0252532fdd05bbd (diff) |
Add onAfterUiUpdate callback
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 218f5609..f33aca09 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -50,13 +50,14 @@ module.exports = { globals: { //script.js gradioApp: "readonly", + executeCallbacks: "readonly", + onAfterUiUpdate: "readonly", + onOptionsChanged: "readonly", onUiLoaded: "readonly", onUiUpdate: "readonly", - onOptionsChanged: "readonly", uiCurrentTab: "writable", - uiElementIsVisible: "readonly", uiElementInSight: "readonly", - executeCallbacks: "readonly", + uiElementIsVisible: "readonly", //ui.js opts: "writable", all_gallery_buttons: "readonly", |