mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Update events.mdx (#1979)
This commit is contained in:
@@ -41,4 +41,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))`
|
||||
|
||||
Reference in New Issue
Block a user