調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >フィールド >borderRect_
Field.borderRect_ プロパティ
レンダリングされたフィールドの SVG 枠線要素。
署名:
protected borderRect_: SVGRectElement | null;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["`borderRect_` is a protected property of the `Field` class in Blockly, representing the SVG border element of the rendered field."],["It stores a reference to an `SVGRectElement` object or `null` if the border is not rendered."]]],["The `Field.borderRect_` property represents the SVG border element of a rendered field within Blockly. It is a protected property, meaning it is intended for internal use within the Field class or its subclasses. The property can hold an `SVGRectElement` or be `null`, indicating the presence or absence of a rendered border. Its purpose is to provide direct access to the visual border for manipulation or reference.\n"]]