package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Merge
    (*

    Specifies that a widget should use Vdom.Attr.many when combining several attributes into one.

    *)
  2. | Legacy_dont_merge
    (*

    Specifies that a widget should use Vdom.Attr.many_without_merge when combining several attributes into one. This is legacy behavior, so new code should always prefer to use Merge.

    *)