package oxbow

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

Module Window.Scratchpad_propsSource

type t = {
  1. mutable name : string option;
  2. mutable stashed : bool;
}