Add format

This commit is contained in:
Andros Fenollosa 2024-06-04 14:27:12 +02:00
parent 209bd8f037
commit 27e2b438af

View File

@ -228,7 +228,7 @@ await consumer.send_html(data)
Optionally we can include others. Optionally we can include others.
- ~append~: Default: false. If true, the HTML will be added, not replaced. - ~append~: Default: false. If true, the HTML will be added, not replaced.
- ~delete~: Default: false. If true, the HTML will be deleted. ~html~ and ~append~ will be ignored. Only the selector will be used. - ~delete~: Default: false. If true, the HTML will be deleted. ~html~ and ~append~ will be ignored. Only ~selector~ will be used.
- ~scroll~: Default: false. If true, the page will be scrolled to the selector - ~scroll~: Default: false. If true, the page will be scrolled to the selector
- ~scrollTop~: Default: false. If true, the page will be scrolled to the top. - ~scrollTop~: Default: false. If true, the page will be scrolled to the top.