1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-29 07:00:16 +02:00
This commit is contained in:
2025-03-14 20:43:30 +01:00
parent 7ed2856298
commit 2fcec0551c
7 changed files with 32 additions and 15 deletions

View File

@@ -165,9 +165,10 @@ export function page({ pkg, info }){
el("dt", t`on.disconnected(callback)`),
el("dd", t`Fires when the element is removed from the DOM`),
el("dt", t`on.host(callback, host?)`),
el("dd", t`Fires when the host element is "ready" and allows applying properties based on the fully built template`),
el("dd", t`Fires when the host element is "ready" and allows applying properties based on the fully
built template`),
)
),
el(example, { src: fileURL("./components/examples/events/live-cycle.js"), page_id }),