package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val contains_name : string -> Virtual_dom__.Attr.t -> bool

contains_name checks the attribute or group of attributes contains anything with the specified name.

You probably shouldn't use this function.

val filter_by_kind : Virtual_dom__.Attr.t -> f:([> `Attribute | `Class | `Handler | `Hook | `Property | `Style ] -> bool) -> Virtual_dom__.Attr.t