Type Definitions
EventKey
- Source:
Properties:
Name | Type | Description |
---|---|---|
type |
PMA.UI.Components.Events | The name of the event to listen to |
listener |
function | The function to call when the event occurs |
Key returned by listen
Type:
- Object