Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > Encoche
Interface blockRendering.Notch
Objet contenant des informations de dimensionnement et de chemin pour une encoche.
Signature :
export interface Notch
Propriétés
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/09 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/09/09 (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"]]