EVT
HomeGitHub
Search…
Why EVT ?
Overview
API Documentation
Evt<T>
evt.attach*(...)
evt.post*(data)
evt.waitFor(...)
evt.evt[Attach|Detach]
evt.pipe(...)
evt.getHandlers()
evt.isHandled(data)
evt.detach(ctx?)
evt.enableTrace(...)
evt.setMaxHandlers(n)
toStateful(initialState)
evt.getStatelessOp(op)
Evt.create(initalState?)
Evt.newCtx<T>()
Evt.getCtx(object)
Evt.from<T>(...)
Evt.merge([ evt1, evt2, ... ])
Evt.loosenType(evt)
Evt.factorize(evt)
Evt.asPostable(evt)
Evt.asNonPostable(evt)
Evt.setDefaultMaxHandlers(n)
Ctx<T>
Operator<T, U> (type)
StatefulEvt<T>
Helper types
Handler<T, U> (type)
React hooks
Extending Evt
Powered By GitBook
Evt<T>
Evt<T> is the Class that is the equivalent of EventEmitter in "events" and Subject<T> in "rxjs"
The method's documentation pages are ordered so that you get the more important information first.
Previous
API Documentation
Next
evt.attach*(...)
Last modified 2yr ago
Copy link