You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/api/documents/api.js
+1
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,7 @@
323
323
'onRequestRefreshFile': <request new file version> // send when file version is updated. use instead of onOutdatedVersion
324
324
'onUserActionRequired': <user action callback> // send if the user needs to enter a password or select encoding/delimiters when opening a file
325
325
'onRequestFillingStatus': <request filling status for current role> // used in pdf-form fill forms mode
326
+
'onStartFilling': <send when can start filling (form is completed and users are disconnected)> // send after startFilling method, used in pdf-form editing
0 commit comments