DeleteAllEditOp
Kotlin
|Java
class DeleteAllEditOp : EditOperation
kotlin.Any | |
↳ | androidx.compose.ui.text.input.DeleteAllEditOp |
An edit operation that represents deleting all the text in the buffer.
Summary
Public constructors | |
---|---|
<init>() An edit operation that represents deleting all the text in the buffer. |
Public methods | |
---|---|
Unit |
process(buffer: EditingBuffer) Processes editing buffer with this edit operation. |
Public constructors
<init>
DeleteAllEditOp()
An edit operation that represents deleting all the text in the buffer.