Raxol.UI.Components.Input.MultiLineInput.ClipboardHelper (Raxol v2.0.1)
View SourceClipboard operations for MultiLineInput component.
Summary
Functions
Copies the current selection to clipboard.
Cuts the current selection to clipboard.
Pastes content from clipboard at cursor position.
Functions
@spec copy_selection(Raxol.UI.Components.Input.MultiLineInput.t()) :: Raxol.UI.Components.Input.MultiLineInput.t()
Copies the current selection to clipboard.
@spec cut_selection(Raxol.UI.Components.Input.MultiLineInput.t()) :: Raxol.UI.Components.Input.MultiLineInput.t()
Cuts the current selection to clipboard.
@spec paste(Raxol.UI.Components.Input.MultiLineInput.t()) :: Raxol.UI.Components.Input.MultiLineInput.t()
Pastes content from clipboard at cursor position.