Packages
type State = | Idle | Loading | ReadOnly | Error of string | Success of string
Fable.Ripple.Form.Plain
Idle
Loading
ReadOnly
Error of string
Success of string
member IsError: bool
member IsIdle: bool
member IsLoading: bool
member IsReadOnly: bool
member IsSuccess: bool
On this page