cut

fun cut()

Cuts to the system clipboard: exports the value the bound component's clipboard modifier produces as a TransferHandler.MOVE, reported through the component's onExportDone so the source can remove the moved data. A no-op while the handle is unbound or no clipboard is reachable; a clipboard that refuses the value reports TransferHandler.NONE in place of the move.

See also