Gjallarhorn


Out<'a>

Namespace: Gjallarhorn.Interaction

Used as an output mapping to fetch data from a user

Constructors

ConstructorDescription
new(initialValue)
Signature: initialValue:'a -> Out<'a>

CompiledName: .ctor

Instance members

Instance memberDescription
GetValue()
Signature: unit -> 'a

Gets the current value

SetValue(v)
Signature: v:'a -> unit

Updates the value to the output stream

UpdateStream
Signature: ISignal<'a>

Signal used as a notification mechanism for reporting

CompiledName: get_UpdateStream

Fork me on GitHub