調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >blockRendering >ノッチ
blockRendering.Notch インターフェース
ノッチに関するサイズとパスの情報を含むオブジェクト。
署名:
export interface Notch
プロパティ
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-09 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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"]]