MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / triggerEvent

Method triggerEvent

packages/alphatab/src/platform/IUiFacade.ts:65–65  ·  view source on GitHub ↗

* Tells the UI layer to trigger an event with the given name and details. * @param container The element on which the event should be triggered. * @param eventName The event that should be triggered. * @param details The object holding the details about the event. * @param origin

(container: IContainer, eventName: string, details: unknown, originalEvent?: IMouseEventArgs)

Source from the content-addressed store, hash-verified

63 * @param originalEvent The original event related to this custom event.
64 */
65 triggerEvent(container: IContainer, eventName: string, details: unknown, originalEvent?: IMouseEventArgs): void;
66
67 /**
68 * Tells the UI layer to do the initial rendering.

Callers 15

_onPlayedBeatChangedMethod · 0.65
_onActiveBeatsChangedMethod · 0.65
_onBeatMouseDownMethod · 0.65
_onNoteMouseDownMethod · 0.65
_onBeatMouseMoveMethod · 0.65
_onNoteMouseMoveMethod · 0.65
_onBeatMouseUpMethod · 0.65
_onNoteMouseUpMethod · 0.65
_onScoreLoadedMethod · 0.65
_onResizeMethod · 0.65
_onRenderStartedMethod · 0.65
_onRenderFinishedMethod · 0.65

Implementers 3

AndroidUiFacadepackages/kotlin/src/android/src/main/j
TestUiFacadepackages/alphatab/test/visualTests/Tes
BrowserUiFacadepackages/alphatab/src/platform/javascr

Calls

no outgoing calls

Tested by

no test coverage detected