調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >IConnectionChecker >doDragChecks
IConnectionChecker.doDragChecks() メソッド
ドラッグしてこの接続ができるかどうかを確認してください。
署名:
doDragChecks(a: RenderedConnection, b: RenderedConnection, distance: number): boolean;
パラメータ
パラメータ |
型 |
説明 |
a |
RenderedConnection |
比較する接続。 |
b |
RenderedConnection |
比較対象の接続。 |
距離 |
数値 |
接続間の最大許容距離。 |
戻り値:
ブール値
ドラッグ中の接続を許可する場合は true。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["The `doDragChecks` method within the `IConnectionChecker` interface determines if a connection is permissible during a drag operation."],["This method accepts two `RenderedConnection` objects (a and b) and a maximum distance value to evaluate the connection's validity."],["A boolean (true/false) is returned, indicating whether the connection is allowed based on the drag checks performed."]]],[]]