* 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)
| 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. |
no outgoing calls
no test coverage detected