You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<turbo-stream action="remove" target="book_{{ id }}"></turbo-stream>
397
396
{% endblock %}
398
397
```
399
398
@@ -410,8 +409,8 @@ For instance, if the same entity is displayed on different pages, you can includ
410
409
in the template.
411
410
Actions applying to non-existing DOM elements will simply be ignored.
412
411
413
-
The current entity, the action (`create`, `update` or `remove`) and options set on the `Broadcast` attribute
414
-
are passed to the template as variables: `entity`, `action` and `options`.
412
+
The current entity, the string representation of its identifier(s), the action (`create`, `update` or `remove`) and options set on the `Broadcast` attribute
413
+
are passed to the template as variables: `entity`, `id`, `action` and `options`.
0 commit comments