Home > @jsplumb/browser-ui > EventManager
#
EventManager classSignature:
export declare class EventManager
#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the EventManager class |
#
PropertiesProperty | Modifiers | Type | Description |
---|---|---|---|
clickThreshold | number | ||
dblClickThreshold | number |
#
MethodsMethod | Modifiers | Description |
---|---|---|
off(el, event, fn) | ||
on(el, event, children, fn, options) | ||
trigger(el, event, originalEvent, payload, detail) |