Skip to content

ClipboardAPI

Types

clipboard

type clipboard = {}

Module

There are methods and helpers defined in Clipboard .

clipboardItem

type clipboardItem = {
presentationStyle: presentationStyle,
types: array<string>,
}

Record fields

types
array< string >

Module

There are methods and helpers defined in ClipboardItem .

clipboardItemOptions

type clipboardItemOptions = {
mutable presentationStyle?: presentationStyle,
}

Record fields

presentationStyle
option< presentationStyle >

presentationStyle

type presentationStyle =
| @as("attachment") Attachment
| @as("inline") Inline
| @as("unspecified") Unspecified