Skip to content
Closed
Changes from all commits
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
18 changes: 18 additions & 0 deletions pages/learn/studio-api/services/UI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,24 @@ methods:
returns:
- type: void
summary:
- name: CopyToClipboard
summary: |
Copies the provided text to the system clipboard.
description:
is_static: false
code_samples:
tags:
- ClientOnly
parameters:
- name: text
type: string
tags:
default:
summary: |
The text to copy.
returns:
- type: void
summary:
- name: ExecuteDeepLink
summary:
description:
Expand Down