Gjallarhorn


ValidatedOut<'a, 'b>

Namespace: Gjallarhorn.Interaction

Used as an output mapping with validation to fetch data from a user

Constructors

ConstructorDescription
new(initialValue, validation)
Signature: (initialValue:'a * validation:Validation<'a,'b>) -> ValidatedOut<'a,'b>

CompiledName: .ctor

Instance members

Instance memberDescription
Output
Signature: IValidatedSignal<'a,'b>

The validated output data from the user interaction

CompiledName: get_Output

Fork me on GitHub