Idris2Doc : Web.Async.List

Web.Async.List

(source)

Definitions

dataListEv : Type
Totality: total
Visibility: public export
Constructors:
Prepend : ListEv
Append : ListEv

Hints:
EqListEv
OrdListEv
ShowListEv
editList : {default4294967294_ : Nat} ->Act (RefVoid, HTMLNodes->WidgetListEv) -> (HTMLNode->Act (RefVoid, Widget ())) ->Editort->Editor (Listt)
  An editor for lists of values.

This uses `row` to wrap a node for editing a single value
in a node with some kind of *delete* or *remove* function.

All rows are displayed in the `parent` node.

Totality: total
Visibility: export
editList1 : Editor (Listt) ->Editor (List1t)
  Like `editList` but for non-empty lists.

Totality: total
Visibility: export