interface EventTargetHandlerObject {
    handleEvent: ((event: Event) => any);
}

Properties

Properties

handleEvent: ((event: Event) => any)