Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > Acara > kebakaran
Variabel Events.fire
Tanda Tangan:
fire: typeof eventUtils.fire
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-29 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-29 UTC."],[[["`Events.fire` is a variable within the `Blockly.Events` namespace that holds a function for triggering or dispatching events in Blockly applications."],["It utilizes the `eventUtils.fire` function, indicating a connection to the event utilities for managing and processing events within the Blockly environment."],["This variable serves as the primary mechanism to initiate and propagate events throughout a Blockly application, allowing various parts of the system to react and respond to changes or interactions."]]],["The core content defines the `fire` variable within the `Events` namespace, specifically under `blockly.events_namespace`. This `fire` variable is typed as `typeof eventUtils.fire`. The key action indicated is the firing of an event, and the critical information is that `fire` is a function from the `eventUtils` module.\n"]]