package virtual_dom_toplayer

  1. Overview
  2. Docs

Module Floating_positioning_new.StrategySource

Sourcetype t =
  1. | Absolute
  2. | Fixed

Use `Absolute` for floating elements with `position:absolute`, and `Fixed` for those with `position:fixed`, or that are in the browser top-layer.

include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval t_sexp_grammar : t Sexplib0.Sexp_grammar.t
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list