Idris2Doc : Text.HTML.DomID

Text.HTML.DomID

(source)

Definitions

recordDomID : Type
  Utility data type for accessing elements in the DOM.

This will improve type safety and give clearer semantics to a string
that is to be used as an identifier in the DOM.

Totality: total
Visibility: public export
Constructor: 
D : String->DomID

Projection: 
.value : DomID->String

Hints:
CastNatDomID
CastxDomID=>Cast (SnocListx) DomID
CastxDomID=>Cast (Listx) DomID
All (\x=>Cast (fx) DomID) ks=>Cast (Allfks) DomID
EqDomID
FromStringDomID
InterpolationDomID
OrdDomID
SemigroupDomID
ShowDomID
.value : DomID->String
Totality: total
Visibility: public export
value : DomID->String
Totality: total
Visibility: public export
toID : CasttDomID=>t->DomID
  Alias for `cast` with better type inference.

Totality: total
Visibility: export
withDomID : CasttDomID=>t->Nodee->Nodee
  Specialized version of `withId` (which sets the `id` attribute of a
node) for working with `DomID`s.

Totality: total
Visibility: export
forID : CasttDomID=>t->Attributexe
  Set the `for` attribute of a DOM label to the given ID.

Totality: total
Visibility: export
tagRef : (0tag : HTMLTags) ->CasttDomID=>t->Reftag
Totality: total
Visibility: export
elemRef : CasttDomID=>t->RefVoid
Totality: total
Visibility: export
btnRef : CasttDomID=>t->RefButton
  Identifier for accessing a `<button>` element

Totality: total
Visibility: export
divRef : CasttDomID=>t->RefDiv
  Identifier for accessing a `<div>` element

Totality: total
Visibility: export
inpRef : CasttDomID=>t->RefInput
  Identifier for accessing an `<input>` element

Totality: total
Visibility: export
canvasRef : CasttDomID=>t->RefCanvas
  Identifier for accessing a `<canvas>` element

Totality: total
Visibility: export
ref : CasttDomID=>t->Attributetage
  `id` attribute for a DOM element

Totality: total
Visibility: export