Skip to content

Latest commit

 

History

History
55 lines (26 loc) · 681 Bytes

kit.domproxyevents.md

File metadata and controls

55 lines (26 loc) · 681 Bytes

Home > @holoflows/kit > DOMProxyEvents

DOMProxyEvents interface

Events that DOMProxy supported

Signature:

export interface DOMProxyEvents<ProxiedElement extends Node> 

Properties

Property

Modifiers

Type

Description

currentChanged

[{ new: ProxiedElement | null; old: ProxiedElement | null; }]