Idris2Doc : Rhone.JS.Source

Rhone.JS.Source

(source)
A `Source` is a monadic streaming function that produces
values independently of the input value.

Definitions

interfaceHasValue : Type->Type
Parameters: t
Constraints: SafeCast t
Methods:
getValue : t->JSIOString

Implementations:
HasValueHTMLButtonElement
HasValueHTMLDataElement
HasValueHTMLInputElement
HasValueHTMLOptionElement
HasValueHTMLOutputElement
HasValueHTMLParamElement
HasValueHTMLSelectElement
HasValueHTMLTextAreaElement
HasValueRadioNodeList
getValue : HasValuet=>t->JSIOString
Totality: total
Visibility: public export
value : HasValuet=>MSFJSIO (ElemReft) String
Totality: total
Visibility: export
valueOf : HasValuet=>ElemReft->MSFJSIOiString
Totality: total
Visibility: export
meterValue : MSFJSIO (ElemRefHTMLMeterElement) Double
Totality: total
Visibility: export
meterValueOf : ElemRefHTMLMeterElement->MSFJSIOiDouble
Totality: total
Visibility: export
progressValue : MSFJSIO (ElemRefHTMLProgressElement) Double
Totality: total
Visibility: export
progressValueOf : ElemRefHTMLProgressElement->MSFJSIOiDouble
Totality: total
Visibility: export
getChecked : HTMLInputElement->JSIOBool
Totality: total
Visibility: export
checked : MSFJSIO (ElemRefHTMLInputElement) Bool
Totality: total
Visibility: export
checkedAt : ElemRefHTMLInputElement->MSFJSIOiBool
Totality: total
Visibility: export
windowLocation : MSFJSIOiLocation
Totality: total
Visibility: export
windowHash : MSFJSIOiString
Totality: total
Visibility: export