Type Alias CreateFunction
CreateFunction: (
eventName: string,
node: Document | Element | Window | Node,
init?: {},
options?: { defaultInit?: {}; EventType?: string },
) => Event
Type Declaration
- (
eventName: string,
node: Document | Element | Window | Node,
init?: {},
options?: { defaultInit?: {}; EventType?: string },
): Event Parameters
- eventName: string
- node: Document | Element | Window | Node
Optionalinit: {}Optionaloptions: { defaultInit?: {}; EventType?: string }
Returns Event