blockly > Eventos > incêndio
Variável Events.fire
Signature:
fire: typeof eventUtils.fire
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-08-29 UTC.
[null,null,["Última atualização 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"]]