@@ -88,13 +88,13 @@ import 'controllers'
88
88
### DOM Actions
89
89
90
90
* ` turbo_stream.graft(targets, parent, **attributes) `
91
- * [ ` turbo_stream.morph(target , html = nil, **attributes, &block) ` ] ( https://github.com/marcoroth/turbo-morph )
92
- * ` turbo_stream.inner_html(target , html = nil, **attributes, &block) `
91
+ * [ ` turbo_stream.morph(targets , html = nil, **attributes, &block) ` ] ( https://github.com/marcoroth/turbo-morph )
92
+ * ` turbo_stream.inner_html(targets , html = nil, **attributes, &block) `
93
93
* ` turbo_stream.insert_adjacent_html(targets, html = nil, position: 'beforeend', **attributes, &block) `
94
94
* ` turbo_stream.insert_adjacent_text(targets, text, position: 'beforebegin', **attributes) `
95
- * ` turbo_stream.outer_html(target , html = nil, **attributes, &block) `
96
- * ` turbo_stream.text_content(target , text, **attributes) `
97
- * ` turbo_stream.set_meta(name, content) `
95
+ * ` turbo_stream.outer_html(targets , html = nil, **attributes, &block) `
96
+ * ` turbo_stream.text_content(targets , text, **attributes) `
97
+ * ` turbo_stream.set_meta(name, content, **attributes ) `
98
98
99
99
100
100
### Attribute Actions
@@ -107,7 +107,7 @@ import 'controllers'
107
107
* ` turbo_stream.set_property(targets, name, value, **attributes) `
108
108
* ` turbo_stream.set_style(targets, name, value, **attributes) `
109
109
* ` turbo_stream.set_styles(targets, styles, **attributes) `
110
- * ` turbo_stream.set_value(target , value, **attributes) `
110
+ * ` turbo_stream.set_value(targets , value, **attributes) `
111
111
112
112
113
113
### Event Actions
@@ -156,8 +156,8 @@ import 'controllers'
156
156
157
157
### Debug Actions
158
158
159
- * ` turbo_stream.console_log(message, level = :log) `
160
- * ` turbo_stream.console_table(data, columns) `
159
+ * ` turbo_stream.console_log(message, level = :log, **attributes ) `
160
+ * ` turbo_stream.console_table(data, columns, **attributes ) `
161
161
162
162
163
163
### Notification Actions
@@ -173,15 +173,15 @@ import 'controllers'
173
173
174
174
### Turbo Progress Bar Actions
175
175
176
- * ` turbo_stream.turbo_progress_bar_show() `
177
- * ` turbo_stream.turbo_progress_bar_hide() `
178
- * ` turbo_stream.turbo_progress_bar_set_value(value) `
176
+ * ` turbo_stream.turbo_progress_bar_show(**attributes ) `
177
+ * ` turbo_stream.turbo_progress_bar_hide(**attributes ) `
178
+ * ` turbo_stream.turbo_progress_bar_set_value(value, **attributes ) `
179
179
180
180
181
181
### Turbo Frame Actions
182
182
183
- * ` turbo_stream.turbo_frame_reload(frame_id) `
184
- * ` turbo_stream.turbo_frame_set_src(frame_id, src) `
183
+ * ` turbo_stream.turbo_frame_reload(frame_id, **attributes ) `
184
+ * ` turbo_stream.turbo_frame_set_src(frame_id, src, **attributes ) `
185
185
186
186
187
187
## Development
0 commit comments