new Event(type, target, matches, opt_total)
A custom event class that has a matches property
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
type |
string | The event type | |
target |
plana.ui.ac.RemoteObjectMatcher | The remote matcher instance that triggered the event | |
matches |
Array.<plana.ui.ac.RemoteObject> | Array of matches | |
opt_total |
number |
<optional> |
Optional number of total matches available on the server |
- Source:
Extends
- goog.events.Event
Members
-
matches :Array.<plana.ui.ac.RemoteObject>
-
Optional array of matches
Type:
- Array.<plana.ui.ac.RemoteObject>
- Source:
-
total :number
-
Optional total number of matches available on the server
Type:
- number
- Source: