Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/developer_tools/Embedded_App_SDK.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ No scopes required
#### Signature

<Monospace>
openExternalLink(args: [OpenExternalLinkRequest](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/openexternallinkrequest)): Promise\<void\>
openExternalLink(args: [OpenExternalLinkRequest](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/openexternallinkrequest)): Promise\<[OpenExternalLinkResponse](#DOCS_DEVELOPER_TOOLS_EMBEDDED_APP_SDK/openexternallinkresponse)\>
</Monospace>

#### Usage
Expand Down Expand Up @@ -1335,6 +1335,12 @@ No scopes required
|----------|--------|
| url | string |

#### OpenExternalLinkResponse

| Property | Type |
|----------|---------|
| opened | boolean |

#### OpenInviteDialogRequest

| Property | Type |
Expand Down