Änderungen
Seitenverlauf
Update home
erstellt
Apr 01, 2025
von
Henning Leutz
Leerzeichenänderungen anzeigen
Inline
Nebeneinander
home.md
Seite @ anzeigen
9311596d
...
...
@@ -54,3 +54,12 @@ require([
}).
inject
(
DomNode
);
});
```
JS Events
```
@event onOrderValid [this] - Fires as soon as all order requirements are met
@event onOrderInvalid [this] - Fires if the order requirements are not met
@event onOrderStart [this] - Fires as soon as the order starts to execute
@event onOrderSuccessful [this] - Fires if the order was successfully executed
```