mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Update events.mdx (#2105)
This commit is contained in:
parent
ec82739df1
commit
29acbe3079
1 changed files with 1 additions and 1 deletions
|
|
@ -44,4 +44,4 @@ JS: `EventsOnMultiple(eventName string, callback function(optionalData?: any), c
|
|||
This method emits the given event. Optional data may be passed with the event. This will trigger any event listeners.
|
||||
|
||||
Go: `EventsEmit(ctx context.Context, eventName string, optionalData ...interface{})`<br/>
|
||||
JS: `EventsEmit(ctx context, optionalData function(optionalData?: any))`
|
||||
JS: `EventsEmit(eventName string, optionalData function(optionalData?: any))`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue