Module Start.App_input
The input of an application-level component is a value of type ('input, 'outgoing) App_input.t.
val input : ('input, _) t -> 'inputThe
inputfield is used to access the'inputto the application that is set from the imperativeHandle.tvalue.
val inject_outgoing : (_, 'outgoing) t -> 'outgoing -> Bonsai_web__.Import.Vdom.Event.tinject_outgoingis used to inject values of the type'outgoinginto events to communicate with the imperativeHandle.tholder. Any values injected viainject_outgoingwill be present in the'outgoing Pipe.Reader.tthat can be acquired viaHandle.outgoing.