package brr

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

DataTransferItem objects.

module Kind : sig ... end

Item kinds.

type t

The type for DataTransferItem objects.

val kind : t -> Kind.t

kind i is the kind of i

val type' : t -> Jstr.t

type' i is the MIME type of i.

val get_file : t -> File.t option

get_file i is item's the file's (if any).

val get_jstr : t -> Jstr.t Fut.t

get_jstr i is the item's text.