調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >イベント >VAR_RENAME
Events.VAR_RENAME 変数
署名:
VAR_RENAME = "var_rename"
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["`Events.VAR_RENAME` is a constant string representing the type of event for variable renaming within Blockly applications."],["This event is triggered when a variable's name is changed within a Blockly workspace."],["Primarily used for tracking and responding to variable name changes in Blockly apps, facilitating updates and maintaining data integrity."]]],["The core content defines a specific event type within a system, likely a programming or visual scripting environment. The key information is that the event is named \"VAR_RENAME,\" and its purpose is to signal the renaming of a variable. Its signature is defined as `VAR_RENAME = \"var_rename\"`, indicating the constant used to represent this event type programmatically. This event signals when a variable has been renamed.\n"]]