-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
component: developer apisissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be added
Milestone
Description
Is your feature request related to a problem? Please describe.
In the keyboard navigation demo I override the default paste functionality so I can paste the copied block to the current location of the cursor. In order to do this I need to use know what block was copied and from what workspace. This requires using Blockly.clipboardSource_ and Blockly.clipboardXml_.
Describe the solution you'd like
Getters for these fields.
Describe alternatives you've considered
Making the fields public. I'm not sure this is necessary. Since we have Blockly.copy, I don't see a reason why someone would want to set these fields manually.
Additional context
Metadata
Metadata
Assignees
Labels
component: developer apisissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be added