Raxol.UI.Components.Input.MultiLineInput.ClipboardHelper (Raxol v0.3.0)

View Source

UI adapter for MultiLineInput's ClipboardHelper. Delegates to the implementation in Raxol.Components.Input.MultiLineInput.ClipboardHelper.

Summary

Functions

Copies the currently selected text to the clipboard.

Cuts the selected text (copies then deletes).

Initiates a paste operation from clipboard.

Functions

copy_selection(state)

Copies the currently selected text to the clipboard.

cut_selection(state)

Cuts the selected text (copies then deletes).

paste(state)

Initiates a paste operation from clipboard.