調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >blockRendering >ドロワー >positionExternalValueConnection_
blockRendering.Drawer.positionExternalValueConnection_() メソッド
RTL と、親ブロックと子ブロックの間の小さなギャップ(親ブロックの暗いパスが透けて見えるようにする)を考慮して、外部値入力に接続を配置します。
署名:
protected positionExternalValueConnection_(row: Row): void;
パラメータ
パラメータ |
型 |
説明 |
行 |
行 |
接続がオンになっている行。 |
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 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-10-15 UTC。"],[[["This method positions the connection on an external value input within a rendered block."],["It considers right-to-left (RTL) rendering and visual spacing for the connection."],["The positioning is specifically for connections on a given input row of the block."]]],["This method, `positionExternalValueConnection_()`, is responsible for placing a connection on an external value input. It considers right-to-left (RTL) layouts and a small gap between parent and child blocks, which is implemented to reveal the parent block's dark path. The method accepts a `Row` object as input, which represents the row containing the connection. This method returns no values.\n"]]