Files
MermsProvision/public/bootstrap-4.0.0/_includes/callout-danger-async-methods.md
T
CHIEFSOFT\ameye 979ea25b10 added bootstrap
2025-09-22 15:33:20 -04:00

8 lines
445 B
Markdown

{% callout danger %}
#### Asynchronous methods and transitions
All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
[See our JavaScript documentation for more information.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/)
{% endcallout %}