Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > ConstantProvider > NOTCH_OFFSET_LEFT
blockRendering.ConstantProvider.NOTCH_OFFSET_LEFT property
Offset from the left side of a block or the inside of a statement input to the left side of the notch.
Signature:
NOTCH_OFFSET_LEFT: number;
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."],[[["`NOTCH_OFFSET_LEFT` is a numerical property within Blockly's block rendering system."],["This property defines the horizontal distance between the left edge of a block (or statement input) and the left edge of its notch."],["It's used to precisely position the notch, which is a visual element indicating connection points on blocks."]]],["The `NOTCH_OFFSET_LEFT` property, part of the `blockRendering.ConstantProvider` class, specifies a numeric offset. This offset represents the distance between the left side of a block (or the inside of a statement input) and the left side of the notch. This value is used in block rendering to position the notch accurately.\n"]]