Skip to content

Commit f206ca0

Browse files
authored
Update SDK Documentation (#67)
1 parent e5b00e8 commit f206ca0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/reference/sdks/frontend/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,15 @@ Options for sending a request.
16051605

16061606
#### Type declaration
16071607

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+
16081617
##### connectionInfo
16091618

16101619
> **connectionInfo**: `object`
@@ -1636,6 +1645,15 @@ The port to use for the request.
16361645
The SNI to use for the request.
16371646
If not provided, the SNI will be inferred from the host.
16381647

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+
16391657
##### raw
16401658

16411659
> **raw**: `string`

0 commit comments

Comments
 (0)