Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > Notch
blockRendering.Notch interface
An object containing sizing and path information about a notch.
Signature:
export interface Notch
Properties
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 `blockRendering.Notch` interface defines the size and shape of a notch in Blockly blocks."],["It includes properties for height, width, and paths for the left and right sides of the notch."],["A notch object provides information for rendering and connecting blocks in the Blockly workspace."]]],["The `blockRendering.Notch` interface defines the size and path details of a notch, encompassing its height, width, and the SVG path information for both the left and right sides (`pathLeft`, `pathRight`). Additionally, it includes a `type` property, represented by a number, specifying the notch's category. The properties are all described as part of the interface. These attributes collectively provide the necessary data to render a notch within a block.\n"]]