Extends
- Object
Members
(readonly) domEvent :Event
If this parasql.Event was triggered by a DOM Event, this will be set to the original DOM event.
- Description:
If this parasql.Event was triggered by a DOM Event, this will be set to the original DOM event.
If this parasql.Event was triggered by a DOM Event, this will be set to the original DOM event.
Type:
- Event
(readonly) target :parasql.widget.AbstractWidget
The object that emitted this event.
- Description:
The object that emitted this event.
The object that emitted this event.
Type:
(readonly) type :string
The type of this event (e.g.
- Description:
The type of this event (e.g. change, keypress, render).
The type of this event (e.g. change, keypress, render).
Type:
- string