File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/reference/sdks/frontend Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1605,6 +1605,15 @@ Options for sending a request.
1605
1605
1606
1606
#### Type declaration
1607
1607
1608
+ ##### background?
1609
+
1610
+ > ` optional ` ** background** : ` boolean `
1611
+
1612
+ Whether to send the request in the background without updating the UI.
1613
+ If true, the request will not update the UI.
1614
+ If false, the UI will be updated to display the session and the new request.
1615
+ Defaults to false.
1616
+
1608
1617
##### connectionInfo
1609
1618
1610
1619
> ** connectionInfo** : ` object `
@@ -1636,6 +1645,15 @@ The port to use for the request.
1636
1645
The SNI to use for the request.
1637
1646
If not provided, the SNI will be inferred from the host.
1638
1647
1648
+ ##### overwriteDraft?
1649
+
1650
+ > ` optional ` ** overwriteDraft** : ` boolean `
1651
+
1652
+ Whether to overwrite the editor's draft content.
1653
+ If true, draft content will be overwritten with the new request.
1654
+ If false, the draft will be kept.
1655
+ Defaults to true.
1656
+
1639
1657
##### raw
1640
1658
1641
1659
> ** raw** : ` string `
You can’t perform that action at this time.
0 commit comments