調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >MarkerSvg >markerBlock_
blockRendering.MarkerSvg.markerBlock_ プロパティ
署名:
protected markerBlock_: SVGPathElement | null;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["`markerBlock_` is a protected property of the `MarkerSvg` class within the `blockRendering` namespace of Blockly."],["This property stores an SVG path element representing the visual shape of a marker, specifically for highlighting connections on blocks, or it can be null if no marker is currently displayed."]]],["The `markerBlock_` property, part of the `blockRendering.MarkerSvg` class, is a protected member. It represents an `SVGPathElement` or `null`. This property appears to be used internally for managing an SVG path element within the rendering of a marker, but its exact role isn't explicit from this description, other than it can either be an SVG path, or nothing (null).\n"]]