Results for “Std.Ui.Live.session”
11 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Live.Session
A viewer's screen, held here.
- Std.Ui.Live.session
Std.Ui.Component[S, E] -> &Array[Str] -> Std.Ui.Live.Session[S, E]A session over a component, accepting the events it names.
- Std.Ui.Live.accepts
&Std.Ui.Live.Session[S, E] -> Str -> BoolWhether this session acts on an event by that name.
- Std.Ui.Live.advanced
&Std.Ui.Live.Session[S, E] -> E -> (Std.Ui.Live.Update, Std.Ui.Live.Session[S, E])The session after an event the caller already made sense of.
- Std.Ui.Live.discardedCount
&Std.Ui.Live.Session[S, E] -> IntHow many messages were discarded for naming an event this session does not
- Std.Ui.Live.firstAnswer
&Std.Ui.Live.Session[S, E] -> Std.Ui.Live.UpdateThe first thing a viewer receives: the whole page.
- Std.Ui.Live.given
&Std.Ui.Live.Session[S, E] -> &Std.Ui.Live.Event -> fn(Std.Ui.Live.Event) -> Option[E] -> (Std.Ui.Live.Update, Std.Ui.Live.Session[S, E])The session after a viewer's event, and what to send them.
- Std.Ui.Live.markupOf
&Std.Ui.Live.Session[S, E] -> StrThe page as markup, for the response that carries it.
- Std.Ui.Live.rejoined
&Std.Ui.Live.Session[S, E] -> (Std.Ui.Live.Update, Std.Ui.Live.Session[S, E])What a viewer receives when they rejoin after the connection dropped.
- Std.Ui.Live.shownBy
&Std.Ui.Live.Session[S, E] -> Std.Html.HtmlWhat the session currently believes is on the viewer's screen.
- Std.Ui.Live.stateOf
&Std.Ui.Live.Session[S, E] -> SWhat the component knows.
