maquette
    Preparing search index...

    Type Alias EventHandlerInterceptor

    EventHandlerInterceptor: (
        propertyName: string,
        eventHandler: EventHandler,
        domNode: Node,
        properties: VNodeProperties,
    ) => undefined | EventHandler

    Options that influence how the DOM is rendered and updated.

    Type declaration