Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eThe \u003ccode\u003emovable\u003c/code\u003e property within the \u003ccode\u003eserialization.workspaceComments.State\u003c/code\u003e interface is optional.\u003c/p\u003e\n"],["\u003cp\u003eIt determines whether a workspace comment is movable or not, using a boolean value (true for movable, and implicitly false if not present).\u003c/p\u003e\n"],["\u003cp\u003eThis property is used when serializing and deserializing workspace comments in Blockly.\u003c/p\u003e\n"]]],["The `movable` property, found within the `serialization.workspaceComments.State` interface, is a boolean value. This property indicates whether a workspace comment can be moved. When set to `true`, the comment is movable; otherwise, if it is `false` or not set, it indicates the comment is not movable. This information is used during the serialization process for workspace comments within the Blockly framework.\n"],null,["[blockly](./blockly.md) \\\u003e [serialization](./blockly.serialization_namespace.md) \\\u003e [workspaceComments](./blockly.serialization_namespace.workspacecomments_namespace.md) \\\u003e [State](./blockly.serialization_namespace.workspacecomments_namespace.state_interface.md) \\\u003e [movable](./blockly.serialization_namespace.workspacecomments_namespace.state_interface.movable_propertysignature.md)\n\nserialization.workspaceComments.State.movable property\n\n**Signature:** \n\n movable?: boolean;"]]