pull/593/head
Cory LaViska 2021-11-17 09:26:22 -05:00
rodzic d140dc2c71
commit 8fd8087370
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,8 +19,8 @@ export default class SlMutationObserver extends LitElement {
private mutationObserver: MutationObserver;
/**
* Watches for changes to attributes. If set to *, all changes will be reported. To watch only specific attributes,
* separate them by a space, e.g. "class id title".
* Watches for changes to attributes. To watch only specific attributes, separate them by a space, e.g.
* `class id title`. To watch all attributes, use `*`.
*/
@property({ reflect: true }) attr: string;