package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val appendChild : ?before:'a Kind.elt -> 'b Id.id -> 'c Kind.elt -> unit
val appendChildren : ?before:'a Kind.elt -> 'b Id.id -> 'c Kind.elt list -> unit
val removeChild : 'a Id.id -> 'b Kind.elt -> unit
val replaceChild : 'a Id.id -> 'b Kind.elt -> 'c Kind.elt -> unit
val removeChildren : 'a Id.id -> unit
val replaceChildren : 'a Id.id -> 'b Kind.elt list -> unit