eventWrapper property
A global hook to wrap event handlers during element creation. This is used by SparkComponent to inject reactivity without traversing the VDOM.
Implementation
static Function(Function)? eventWrapper;
A global hook to wrap event handlers during element creation. This is used by SparkComponent to inject reactivity without traversing the VDOM.
static Function(Function)? eventWrapper;