Socket
Socket
Sign inDemoInstall

@capacitor/clipboard

Package Overview
Dependencies
Maintainers
7
Versions
588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/clipboard

The Clipboard API enables copy and pasting to/from the system clipboard.


Version published
Weekly downloads
49K
increased by15.84%
Maintainers
7
Weekly downloads
 
Created
Source

@capacitor/clipboard

The Clipboard API enables copy and pasting to/from the system clipboard.

API

write(...)

write(options: ClipboardWriteOptions) => Promise<void>

Write a value to the clipboard (the "copy" action)

ParamType
optionsClipboardWriteOptions

Returns: Promise<void>

Since: 1.0.0


read()

read() => Promise<ClipboardReadResult>

Read a value from the clipboard (the "paste" action)

Returns: Promise<ClipboardReadResult>

Since: 1.0.0


Interfaces

ClipboardWriteOptions

Represents the data to be written to the clipboard.

PropTypeDescriptionSince
stringstringText value to copy.1.0.0
imagestringImage in Data URL format to copy.1.0.0
urlstringURL string to copy.1.0.0
labelstringUser visible label to accompany the copied data (Android Only).1.0.0
ClipboardReadResult

Represents the data read from the clipboard.

PropTypeDescriptionSince
valuestringData read from the clipboard.1.0.0
typestringType of data in the clipboard.1.0.0

Keywords

FAQs

Package last updated on 12 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc