package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. columns : Column_descriptor.t list;
}

The ModulesViewDescriptor is the container for all declarative configuration options of a ModuleView. For now it only specifies the columns to be shown in the modules view.

val make : ?columns:Column_descriptor.t list -> unit -> t
val to_yojson : t -> Yojson.Safe.t