Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > StartHat
blockRendering.StartHat interface
An object containing sizing and path information about a start hat.
Signature:
export interface StartHat
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.StartHat` interface defines the shape and size of a \"start hat\" in Blockly."],["It includes properties for height, width, and an SVG path defining the hat's shape."],["This interface is used within Blockly's block rendering system to visually represent the start of a block."]]],["The `blockRendering.StartHat` interface defines an object with information about a start hat. This object contains three key properties: `height`, which is a numerical value; `path`, a string; and `width`, also a numerical value. These properties collectively describe the dimensions and shape of a start hat within the block rendering context. They provide sizing and path information.\n"]]