package oxbow

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

Module Record.OutputSource

Sourcetype t = {
  1. name : string option;
  2. labels : string list;
  3. focused : bool;
  4. captured : bool;
}
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t