blockly > Etkinlikler > Özet > koş
Events.Abstract.run() yöntemi
Bir etkinlik yürütün.
İmza:
run(_forward: boolean): void;
Parametreler
Parametre |
Tür |
Açıklama |
_forward |
boolean |
İleriye çalışırsa doğru, geri çalıştırırsa false (geri alır) değerini alır. |
Şunu döndürür:
geçersiz
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `run()` method executes a Blockly event, performing actions based on the event type."],["It accepts a boolean argument, `_forward`, indicating the direction of execution (forward for normal execution, false for undo)."],["The method returns `void`, meaning it doesn't produce a specific output value."]]],["The `Events.Abstract.run()` method executes an event. It accepts a boolean parameter, `_forward`, to determine the direction of execution. If `_forward` is true, the event runs forward; if false, it runs backward (undo). The method does not return any value.\n"]]