Home > @holoflows/kit > DOMProxy > on
Signature:
on(type: 'currentChanged', fn: (data: {
new: ProxiedElement | null;
old: ProxiedElement | null;
}) => void): () => void;
Parameter |
Type |
Description |
---|---|---|
type |
'currentChanged' | |
fn |
(data: { new: ProxiedElement | null; old: ProxiedElement | null; }) => void |
() => void