Data_transfer.Item
DataTransferItem objects.
DataTransferItem
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
kind i
i
val type' : t -> Jstr.t
type' i is the MIME type of i.
type' i
val get_file : t -> File.t option
get_file i is item's the file's (if any).
get_file i
val get_jstr : t -> Jstr.t Fut.t
get_jstr i is the item's text.
get_jstr i