Clipboard
external interface Clipboard
Content copied to clipboard
Functions
availableFormats
Link copied to clipboard
abstract fun availableFormats(type: String = definedExternally): Array<String>
Content copied to clipboard
readBookmark
Link copied to clipboard
readBuffer
Link copied to clipboard
readFindText
Link copied to clipboard
readImage
Link copied to clipboard
writeBookmark
Link copied to clipboard
abstract fun writeBookmark(title: String, url: String, type: String = definedExternally)
Content copied to clipboard
writeBuffer
Link copied to clipboard
abstract fun writeBuffer(format: String, buffer: Buffer, type: String = definedExternally)
Content copied to clipboard
writeFindText
Link copied to clipboard
writeImage
Link copied to clipboard
abstract fun writeImage(image: NativeImage, type: String = definedExternally)
Content copied to clipboard