Blockly は 2025 年 11 月 10 日に Raspberry Pi Foundation に移行しました。ブログ投稿とよくある質問をご覧ください。
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >イベント >VarRename > 値の変更実行
Events.VarRename.run() メソッド
変数名の変更イベントを実行します。
署名:
run(forward: boolean): void;
パラメータ
| パラメータ |
型 |
説明 |
| 進む |
ブール値 |
前に走る場合は true、後方に移動する(元に戻す)場合は false。 |
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The `Events.VarRename.run()` method executes a variable rename event. It accepts a boolean parameter, `forward`, which determines the direction of the operation. When `forward` is true, the rename is applied; when false, the rename is undone. The method does not return any value, operating as a void function to directly enact or revert the variable renaming.\n"]]