MCPcopy Create free account
hub / github.com/JavaCS3/xterm-player / fire

Method fire

src/Events.ts:13–13  ·  view source on GitHub ↗
(arg: T)

Source from the content-addressed store, hash-verified

11export interface IEventEmitter<T> {
12 onEvent: IEvent<T>
13 fire(arg: T): void
14 dispose(): void
15}
16

Callers 10

Events.test.tsFile · 0.65
_loadMethod · 0.65
playbackRateMethod · 0.65
currentTimeMethod · 0.65
volumeMethod · 0.65
mutedMethod · 0.65
_renderMethod · 0.65
constructorMethod · 0.65
IFunction · 0.65
bundle.min.jsFile · 0.65

Implementers 1

EventEmittersrc/Events.ts

Calls

no outgoing calls

Tested by

no test coverage detected