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
getValue : LiftJSIOm=>HasValuet=>t->mString
Totality: total
Visibility: export
value : LiftJSIOm=>HasValuet=>MSFm (ElemReft) String
Totality: total
Visibility: export
valueOf : LiftJSIOm=>HasValuet=>ElemReft->MSFmiString
Totality: total
Visibility: export
meterValue : LiftJSIOm=>MSFm (ElemRefHTMLMeterElement) Double
Totality: total
Visibility: export
meterValueOf : LiftJSIOm=>ElemRefHTMLMeterElement->MSFmiDouble
Totality: total
Visibility: export
progressValue : LiftJSIOm=>MSFm (ElemRefHTMLProgressElement) Double
Totality: total
Visibility: export
progressValueOf : LiftJSIOm=>ElemRefHTMLProgressElement->MSFmiDouble
Totality: total
Visibility: export
getChecked : LiftJSIOm=>HTMLInputElement->mBool
Totality: total
Visibility: export
checked : LiftJSIOm=>MSFm (ElemRefHTMLInputElement) Bool
Totality: total
Visibility: export
checkedAt : LiftJSIOm=>ElemRefHTMLInputElement->MSFmiBool
Totality: total
Visibility: export
windowLocation : LiftJSIOm=>MSFmiLocation
Totality: total
Visibility: export
windowHash : LiftJSIOm=>MSFmiString
Totality: total
Visibility: export