ClipboardWriteOptions

BFChainAugust 11, 2023
  • Interface
  • ClipboardWriteOptions
Less than 1 minute

Execute the ClipboardPlugin.write() method to pass the parameter type interface;

ClipboardPlugin.write(ClipboardWriteOptions);

Property

  • string

    optional attributes; The attribute value is a string; The value that needs to be copied to the clipboard;

  • image

    optional attributes; The property value is a Data URLopen in new window The picture that needs to be copied to the clipboard

  • url

    optional attributes The attribute value is a string; The url that needs to be copied to the cut class;

  • label

    optional attributes The attribute value is a string; Copying data is a label added to the data; Android only

Method

  • none

Event

  • none

Platform Compatibility

Property/Method/EventAndroidIOSDesktop-DevDesktop
stringX
imageX
urlX
labelXXX

ClipboardPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.13.0