package oframl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. title : string;
  2. image_extra_data : string;
  3. post_extra_data : string;
  4. buttons : button list;
  5. input : string option;
}
val render : t -> string -> string
OCaml

Innovation. Community. Security.