Fable.Modulo


IFormFieldModel<'f, 't> Type

Interface for the "runtime" part of a field (its underlying value)

Instance members

Instance member Description

this.FieldValue

Full Usage: this.FieldValue

Returns: Result<'t, string>
Modifiers: abstract

The underlying field's value

Returns: Result<'t, string>

this.FormattedValue

Full Usage: this.FormattedValue

Returns: string
Modifiers: abstract

The underlying field's value formatted as a string

Returns: string