TextActions

interface TextActions

Properties

Link copied to clipboard
abstract val copy: () -> Unit?

Copy action. If null, then copy is not possible in current context

Link copied to clipboard
abstract val cut: () -> Unit?

Cut action. If null, then cut is not possible in current context

Link copied to clipboard
abstract val paste: () -> Unit?

Paste action. If null, then paste is not possible in current context

Link copied to clipboard
abstract val selectAll: () -> Unit?

SelectAll action. If null, then select all is not possible in current context