Clipboard.ItemClipboard items.
module Presentation_style : sig ... endPresentation style enum.
The type for ClipboardItemOptions.
val opts : ?presentation_style:Presentation_style.t -> unit -> optsopts ~presentation_style () are options for clipboard item objects.
The type for ClipboardItem objects.
val create : ?opts:opts -> (Jstr.t * Brr.Blob.t) list -> tcreate ~opts data is clipboard item with MIME types and associated values data and options opts.
val presentation_style : t -> Presentation_style.tpresentation_style i is the presentation style of i.
val last_modified_ms : t -> intlast_modified_ms i is the last modified time in ms from the epoch of i.
val get_type : t -> Jstr.t -> Brr.Blob.t Fut.or_errorget_type i t is the blob object with MIME type t for item i.