mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Very Small updated after using the Custom Views (#748)
This commit is contained in:
parent
c25ce0aa07
commit
8f53231d25
@ -93,5 +93,5 @@ To call an event, you can use:
|
||||
|
||||
```js
|
||||
// Delete 4th card in the current view
|
||||
this.dispatchEvent(new Event("ll-edit-card", { detail: { path: [3] } })) // this refers to the card element
|
||||
this.dispatchEvent(new CustomEvent("ll-edit-card", { detail: { path: [3] } })) // this refers to the card element
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user