package server-reason-react

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

Module React.ModelSource

Sourcetype 'element t =
  1. | Function : 'server_function Runtime.server_function -> 'element t
  2. | List : 'element t list -> 'element t
  3. | Assoc : (string * 'element t) list -> 'element t
  4. | Json : Yojson.Basic.t -> 'element t
  5. | Error : error -> 'element t
  6. | Element : 'element -> 'element t
  7. | Promise : 'a Js.Promise.t * ('a -> Yojson.Basic.t) -> 'element t