package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Window.LifecycleSource

type t =
  1. | New
  2. | Active
  3. | Closing
Sourceval to_string : t -> string