Stay organized with collections
Save and categorize content based on your preferences.
blockly > dialog > TEST_ONLY
dialog.TEST_ONLY variable
Signature:
TEST_ONLY: {
confirmInternal: typeof confirmInternal;
}
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."],[[["The `scope` property of a `ContextMenuOption` determines the context or target element for which the context menu option is relevant."],["This property is of type `Scope`, which might contain information about the workspace, a specific block, or other UI elements."],["Context menu options with mismatched scopes will not be displayed in the right-click menu, ensuring only relevant options are visible to the user."]]],["The `dialog.TEST_ONLY` variable contains a single property: `confirmInternal`. This property is defined as a type, specifically `typeof confirmInternal`. This indicates that `confirmInternal` within `TEST_ONLY` is a reference to the type of another function or variable named `confirmInternal`, likely used for internal testing of the `dialog` namespace. This variable is only available in testing.\n"]]