We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b618467 commit c082e84Copy full SHA for c082e84
1 file changed
documentation/IFRAME.md
@@ -113,7 +113,7 @@ Where `document_id` is the unique ID of the document that was successfully loade
113
114
```
115
type: 'SUBMISSION_SENT'
116
-data: { submission_id: string }
+data: { document_id: string; submission_id: string }
117
118
119
Where the `submission_id` is the unique ID of the submission successfully sent.
0 commit comments