Skip to content

Commit b309ebd

Browse files
Add a response type for openExternalLink that returns a boolean opened value
1 parent b70346a commit b309ebd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/developer_tools/Embedded_App_SDK.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ No scopes required
524524
#### Signature
525525

526526
<Monospace>
527-
openExternalLink(args: [OpenExternalLinkRequest](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/openexternallinkrequest)): Promise\<void\>
527+
openExternalLink(args: [OpenExternalLinkRequest](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/openexternallinkrequest)): Promise\<[OpenExternalLinkResponse](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/openexternallinkresponse)\>
528528
</Monospace>
529529

530530
#### Usage
@@ -1335,6 +1335,12 @@ No scopes required
13351335
|----------|--------|
13361336
| url | string |
13371337

1338+
#### OpenExternalLinkResponse
1339+
1340+
| Property | Type |
1341+
|----------|---------|
1342+
| opened | boolean |
1343+
13381344
#### OpenInviteDialogRequest
13391345

13401346
| Property | Type |

0 commit comments

Comments
 (0)