Index

projects/ngui-common/src/lib/ngui-utils/src/fire-event.ts

fireEvent
fireEvent(el: HTMLElement, type: string, options: any)

fire the given event with options on the element

Example

fireEvent(el, 'click');
fireEvent(el, 'keypress', {key: 'Enter'});
Parameters :
Name Type Optional Default value
el HTMLElement No
type string No
options any No {}
Returns : boolean

results matching ""

    No results matching ""