toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.clipboard
/
ClipboardItem
Clipboard
Item
open
external
class
ClipboardItem
(
items
:
ReadonlyRecord
<
String
,
Any
>
,
options
:
ClipboardItemOptions
=
definedExternally
)
(
source
)
Available only in secure contexts.
MDN Reference
Members
Constructors
Clipboard
Item
Link copied to clipboard
constructor
(
items
:
ReadonlyRecord
<
String
,
Any
>
,
options
:
ClipboardItemOptions
=
definedExternally
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
presentation
Style
Link copied to clipboard
val
presentationStyle
:
PresentationStyle
MDN Reference
types
Link copied to clipboard
val
types
:
ReadonlyArray
<
String
>
MDN Reference
Functions
get
Type
Link copied to clipboard
suspend
fun
getType
(
type
:
String
)
:
Blob
MDN Reference
get
Type
Async
Link copied to clipboard
fun
getTypeAsync
(
type
:
String
)
:
Promise
<
Blob
>