Stay organized with collections
Save and categorize content based on your preferences.
blockly > clipboard > BlockPaster > TYPE
clipboard.BlockPaster.TYPE property
Signature:
static TYPE: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`anchor` stores the coordinates of the bubble's anchor point, where it connects to a block or other UI element."],["This protected property is crucial for positioning and managing the bubble's connection to its parent."],["The `Coordinate` type indicates that `anchor` holds x and y coordinates relative to the workspace."],["Accessing and modifying `anchor` is likely done through methods provided by the `Bubble` class, as it's a protected property."]]],["The `clipboard.BlockPaster.TYPE` property is defined as a static string. This property is part of the `BlockPaster` class within the `clipboard` namespace of the Blockly library. It's a string variable accessible directly through the `BlockPaster` class itself, without needing an instance of the class.\n"]]