Skip to content

LEAP API for Cut, Copy, Paste, and Select All #5749

Description

@jellyfish-linden

Being specific these are the payloads I want:

  1. Cut (this should largely function the same as hitting Ctrl/CMD+X on an element)
LLWindow
op="cut"

//optional
path=element_path
  1. Copy (this should largely function the same as hitting Ctrl/CMD+C on an element)
LLWindow
op="copy"

//optional
path=element_path
  1. Paste (this should largely function the same as hitting Ctrl/CMD+V on an element)
LLWindow
op="paste"

//optional
path=element_path
  1. Select All (this should largely function the same as hitting Ctrl/CMD+A on an element)
LLWindow
op="selectAll"

//optional
path=element_path

Test Plan

Use the leap API to call out to any of these operations on LLWindow. outleap-repl can be used to validate as well.



This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️‍♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #5749 either in the PR description or in a PR's comment.

🪙 Also, everyone can tip any user commenting /tip 20 @jellyfish-linden (replace 20 with the amount, and @jellyfish-linden with the user to tip).

📖 If you want to learn more, check out our documentation.

Metadata

Metadata

Fields

No fields configured for Feature.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions