View source: R/wa_mutation_observer.R
| wa_mutation_observer | R Documentation |
wa-mutation-observer componentGenerated wrapper for the Web Awesome wa-mutation-observer component.
Generated from Web Awesome metadata.
wa_mutation_observer(
...,
id = NULL,
class = NULL,
style = NULL,
disabled = NULL,
attr = NULL,
attr_old_value = NULL,
char_data = NULL,
char_data_old_value = NULL,
child_list = NULL,
dir = NULL,
lang = NULL
)
... |
Child content for the component's default slot. |
id |
Optional DOM id attribute for HTML, CSS, and JS targeting. |
class |
Optional CSS class string. |
style |
Optional inline CSS style string. |
disabled |
Boolean. Default: |
attr |
String. Watches for changes to attributes. To watch only
specific attributes, separate them by a space, e.g. |
attr_old_value |
Boolean. Default: |
char_data |
Boolean. Default: |
char_data_old_value |
Boolean. Default: |
child_list |
Boolean. Default: |
dir |
String. Optional Web Awesome attribute. |
lang |
String. Optional Web Awesome attribute. |
An HTML tag for the component.
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.