Skip to content

Commit

Permalink
docs(api): make event argument in fireEvent optional (#11371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy authored and janvennemann committed Dec 2, 2019
1 parent f07e012 commit 0250df0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apidoc/Titanium/Proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ methods:
summary: Name of the event.
type: String
- name: event
optional: true
summary: A dictionary of keys and values to add to the <Titanium.Event> object
sent to the listeners.
type: Dictionary
Expand Down Expand Up @@ -105,4 +106,4 @@ properties:
to the appropriate containing Window or TabGroup.
type: [Titanium.UI.Window, Titanium.UI.TabGroup]
platforms: [android]
since: "3.6.0"
since: "3.6.0"

0 comments on commit 0250df0

Please sign in to comment.